Skip to content
Snippets Groups Projects
  1. May 09, 2019
  2. Apr 10, 2019
  3. Apr 09, 2019
  4. Mar 31, 2019
  5. Mar 23, 2019
  6. Mar 16, 2019
  7. Mar 15, 2019
  8. Jan 28, 2019
  9. Jan 22, 2019
  10. Jan 06, 2019
  11. Sep 27, 2018
  12. 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
  13. Sep 05, 2018
  14. Jun 16, 2018
  15. Jun 14, 2018
  16. May 19, 2018
  17. Apr 12, 2018
  18. Apr 10, 2018
  19. Mar 29, 2018
  20. Mar 09, 2018
  21. Mar 07, 2018
  22. Jan 11, 2018
  23. Nov 13, 2017
  24. Nov 01, 2017
    • Rhys Arkins's avatar
      feat: deprecate nodejs 6 support (#1061) · a08ad7ff
      Rhys Arkins authored
      This commit drops support for nodejs 6 now that nodejs 8 has reached LTS. Renovate will now publish only the `lib/` directory and not `dist/`. Some babel is necessary to leave in-place because Jest otherwise crashes when encountering the spread operator.
      
      BREAKING CHANGE: Node.js 6 is no longer supported
      a08ad7ff
  25. Sep 14, 2017
    • Rhys Arkins's avatar
      feat: use yarn as a dependency (#806) · a8126a38
      Rhys Arkins authored
      Renovate will now depend on yarn like any other dependency and call this version directly, instead of having an embedded version. This will allow us to "renovate" the yarn version we use too.
      a8126a38
  26. Sep 07, 2017
  27. Jul 21, 2017
Loading