- May 17, 2021
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Feb 04, 2021
-
-
Rhys Arkins authored
-
- Feb 03, 2021
-
- May 19, 2020
-
-
Rhys Arkins authored
BREAKING CHANGE: path for the config validator is now in lib/ and dist/ and not bin/
-
Rhys Arkins authored
Renovate will no longer embed npm, yarn and pnpm as dependencies. Therefore, if you are not running via the Docker full image, then you need to ensure that any of these managers are installed prior to running Renovate. This is inline with other managers such as Gradle or Poetry that require installation alongside Renovate too. Closes #4208 BREAKING CHANGE: npm, yarn and pnpm are no longer embedded with the installation
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Feb 22, 2020
-
-
Rhys Arkins authored
-
- Feb 06, 2020
-
-
Rhys Arkins authored
-
- Jan 11, 2020
-
- Nov 24, 2019
-
- Jul 15, 2019
-
-
Rhys Arkins authored
Closes #4094, Closes #4095
-
- 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
-