- May 09, 2019
-
-
Michael Kriese authored
Adds initial typescript support BREAKING CHANGE: Renovate is now distributed as a "built" package on npmjs, using `dist/` instead of `lib/`. For nearly everyone, it should still just work though.
-
Rhys Arkins authored
Closes #3644 again!
-
- Apr 10, 2019
-
-
Blake Kostner authored
fix(config-validator): fix cache init with no directory
-
- Apr 09, 2019
-
-
Rhys Arkins authored
feat: unify file locations
-
- Mar 31, 2019
-
- Mar 23, 2019
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rishabh Jain authored
Closes #545
- Mar 16, 2019
-
-
Jamie Magee authored
Extend renovate-config-validator to validate `config.js` and `RENOVATE_CONFIG_FILE`. Also add the execute bit to `config-validator.js` Fixed #3388
-
- Mar 15, 2019
-
- Jan 28, 2019
-
- Jan 22, 2019
-
-
Rhys Arkins authored
I haven’t used Heroku with Renovate in over a year and am not able to directly support it. I think it would be best to be made into a “wrapper” repository like https://github.com/renovatebot/renovate-heroku BREAKING CHANGE: renovate repository no longer supports direct deployment to Heroku
-
- Jan 06, 2019
-
- Sep 27, 2018
-
-
Rhys Arkins authored
-
- Sep 18, 2018
-
-
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
-
- Sep 05, 2018
-
-
Rhys Arkins authored
-
- Jun 16, 2018
-
-
Rhys Arkins authored
-
- Jun 14, 2018
-
-
Rhys Arkins authored
-
- May 19, 2018
-
- Apr 12, 2018
-
-
Țurcanu Dragomir authored
packageRules selectors should only ever be inside a packageRule object, or at the top level of a preset. This feature enforces this rule with a validation check. Closes #1773
-
- Apr 10, 2018
-
- Mar 29, 2018
-
-
Rhys Arkins authored
Closes #1734
-
- Mar 09, 2018
-
-
Hutson Betts authored
Fixes #1632
-
- Mar 07, 2018
-
-
Rhys Arkins authored
Adds “renovate-config-validator” as a new bin entry to package.json. Can be run without arguments and will check renovate.json, .renovaterc, .renovaterc.json and package.json. Returns non-zero exit code with a description if there are errors.
- Jan 11, 2018
-
-
Rhys Arkins authored
Instead refer to website and source code.
-
- Nov 13, 2017
-
-
Rhys Arkins authored
Use `cacache` to persist changelog results between runs.
-
- Nov 01, 2017
-
-
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
-
- Sep 14, 2017
-
-
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.
-
- Sep 07, 2017
-
- Jul 21, 2017
-
-
Rhys Arkins authored
Renovate now uses an embedded yarn binary. This way, the version of yarn used can be known + there is no requirement for Renovate admins to install yarn separately.
-