- May 30, 2021
-
-
Rhys Arkins authored
Closes #10230
-
- May 28, 2021
-
-
Rhys Arkins authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
Rhys Arkins authored
-
- May 05, 2021
-
-
Matt Palmer authored
-
- Apr 26, 2021
-
- Apr 13, 2021
-
-
Sergei Zharinov authored
-
- Apr 10, 2021
-
-
Rhys Arkins authored
Adds an extra migration step after resolving config in order to migrate nested presets. Closes #8579
-
- Apr 01, 2021
-
- Oct 25, 2020
-
- Sep 01, 2020
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Jul 04, 2020
-
-
Rhys Arkins authored
-
- Jul 03, 2020
-
-
Sergio Zharinov authored
-
Sergio Zharinov authored
-
- Jun 28, 2020
-
-
Rhys Arkins authored
-
- May 18, 2020
-
-
Jamie Magee authored
-
- May 11, 2020
-
-
Rhys Arkins authored
-
- May 01, 2020
-
-
Rhys Arkins authored
-
- Mar 05, 2020
-
- Feb 28, 2020
-
-
Nejc Habjan authored
-
- Dec 17, 2019
-
- Sep 10, 2019
-
- Sep 09, 2019
-
-
Rhys Arkins authored
This reverts commit b5c9dc8e.
-
- Jul 17, 2019
-
-
Michael Kriese authored
-
- Apr 19, 2019
-
-
mohd hassaan authored
Added support for `renovate.json5` filename. Now configuration can be parsed from a `json5` format file. Closes #3484
-
- Mar 11, 2019
-
-
Rishabh Jain authored
- Refactor: move fixtures to corresponding directories - Delete unused fixtures Resolves: #3328
-
- Nov 22, 2018
-
- Jan 23, 2018
-
-
Rhys Arkins authored
Changes the way Renovate treats renovate config inside `package.json` files. Before, config used to be applied only to that particular file, meaning that it was not applied for the rest of a monorepo, or for other package managers like Docker. Now, any `renovate` section inside the repository’s root `package.json` will be applied globally, just the sams as if it were contained within a `renovate.json` file. This means there is no longer any case where you *must* have a `renovate.json` file instead of `package.json`. Closes #1323 BREAKING CHANGE: renovate config in `./package.json` is now applied to whole repository, and renovate config inside non-root `package.json` files is now ignored.
-
- Dec 18, 2017
-
-
Rhys Arkins authored
This PR updates Renovate to detect config validation problems and (1) stop processing, and (2) either raise an Issue if already onboarded, or (2) update the onboarding PR to reflect the error if still onboarding. Closes #1300
-
- Nov 10, 2017
-
-
Rhys Arkins authored
Renovate will now check for `renovate.json`, `.renovaterc`, and `.renovaterc.json` in that order. JSON-only supported (no YAML). Closes #969
-
- Nov 08, 2017
-
-
Rhys Arkins authored
Remove original getFile, getFileContent, and getFileJson and replace with getFile (which used to be getFileContent.. shortened now for convenience). Also remove unused getSubdirectories functions.
-
- Nov 07, 2017
-
- Nov 05, 2017
-
-
Rhys Arkins authored
Repository logic code has been rearranged for better logic and file separation. Closes #654
-