Skip to content
Snippets Groups Projects
  1. Sep 22, 2020
  2. Sep 01, 2020
  3. Aug 25, 2020
  4. Aug 10, 2020
  5. Jul 21, 2020
  6. Jul 04, 2020
  7. Jul 03, 2020
  8. Jun 13, 2020
  9. May 30, 2020
  10. May 08, 2020
  11. May 06, 2020
  12. May 05, 2020
  13. May 01, 2020
  14. Apr 18, 2020
  15. Apr 14, 2020
  16. Feb 24, 2020
  17. Jan 11, 2020
  18. Jan 10, 2020
  19. Sep 10, 2019
  20. Sep 09, 2019
  21. Jul 17, 2019
  22. Jul 15, 2019
  23. Apr 09, 2019
  24. Oct 17, 2018
  25. Oct 04, 2018
    • Rhys Arkins's avatar
      feat: master issue · 95d01e7a
      Rhys Arkins authored
      Adds undocumented/experimental “master issue” feature.
      
      Setting `config.masterIssue = true` will result in Renovate opening and maintaining an issue that contains a list of all PRs both pending and open, and allowing some control over them (e.g. bypass schedule, force retry, etc).
      
      Setting `config.masterIssueApproval` in addition will mean that branches are not created automatically and instead await approval in that master issue.
      
      Closes #2595
  26. Sep 18, 2018
    • Rhys Arkins's avatar
      feat: combine tmp storage (#2533) · 4b3c2d23
      Rhys Arkins authored
      Renovate will now put all its data in `path.join(os.tmpdir(), '/renovate’);` and will instruct npm and yarn to do the same. To force Renovate to use a specific folder, set `process.env.TMPDIR` when running. The previous variable `RENOVATE_TMPDIR` is now deprecated and will be rewritten to TMPDIR.
      
      Closes #1794
  27. Sep 17, 2018
Loading