- Jun 04, 2020
-
- May 18, 2020
-
-
Jamie Magee authored
-
- May 03, 2020
-
-
Rhys Arkins authored
-
- Apr 15, 2020
-
- Apr 05, 2020
-
-
Rhys Arkins authored
-
- Mar 07, 2020
-
-
Michael Kriese authored
-
- Mar 06, 2020
-
- Mar 05, 2020
-
- Feb 02, 2020
-
-
Rhys Arkins authored
Ref #5277
-
- Jan 27, 2020
-
- Oct 22, 2019
-
-
Rhys Arkins authored
-
- Oct 15, 2019
-
-
Rhys Arkins authored
This reverts commit ab1c5b20.
-
Sumit Nihalani authored
-
- Oct 04, 2019
-
- Aug 23, 2019
-
- Feb 20, 2019
-
- Sep 21, 2018
-
-
Rhys Arkins authored
Closes #442
-
- May 27, 2018
-
-
Dragomir Țurcanu authored
Closes #2024
-
- Apr 30, 2018
-
-
Rhys Arkins authored
Renovate now comes with a variety of package managers supported, each with their own filename pattern(s). These patterns are now exposed for user configuration through the new `fileMatch` list/array configuration option, which has been added to each manager (npm, bazel, docker-compose, etc). `fileMatch` is defined as a mergeable list, meaning that users can add to the default pattern to extend the files being detected. Closes #799
-
- Apr 28, 2018
-
-
Rhys Arkins authored
pathRules are now migrated to packageRules. Closes #1880
-
- Apr 27, 2018
-
-
Țurcanu Dragomir authored
The matchCurrentVersion option sets a range of versions that a package update can be in. If the package's current version doesn't satisfy the matchCurrentVersion range, it won't match the rule. Closes #1771
-
- Apr 17, 2018
-
-
Rhys Arkins authored
This PR refactors `branchName`, `commitMessage` and `prTitle` so that they are more easily editable and hopefully more understandable. By breaking each up into subsections, users can modify one part without needing to copy/paste the entire string. Directly editing any of these fields will now be deprecated and a warning issued.
-
- Apr 13, 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 11, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Apr 04, 2018
-
-
ikisialeu authored
Validate that user-inputted regex for package patterns are valid RegExp(). Closes #1450
-
- Mar 28, 2018
-
-
Rhys Arkins authored
Validates that each packageRule must contain at least one selector. Resolves the rule first to allow for presets. Closes #1345, Closes #1693
-
Rhys Arkins authored
- Mar 13, 2018
-
- Mar 12, 2018
-
-
ikisialeu authored
`Adds a config validation check for timezone, checking it against the list in moment-timezome.js`. Configs with invalid timezones will raise a configuration error. Closes #1483
-
- Mar 03, 2018
-
-
Rhys Arkins authored
A semver range defining allowed versions for dependencies | name | value | | ---- | ------ | | type | string | Use this - usually within a packageRule - to limit how far to upgrade a dependency. For example, if you wish to upgrade to angular v1.5 but not to `angular` v1.6 or higher, you could defined this to be `<= 1.5` or `< 1.6.0`: ``` "packageRules": [{ "packageNames": ["angular"], "allowedVersions": "<=1.5" }] ```
-
- Nov 24, 2017
-
- Nov 08, 2017
-
- Nov 01, 2017
-
-
Rhys Arkins authored
BREAKING CHANGE: GitHub *App* support code has been removed from within this repository.
-
- Aug 14, 2017
-
-
Rhys Arkins authored
Also enables config errors to be shown in Configure Renovate PR. Closes #550
-
- Aug 03, 2017
-
-
Rhys Arkins authored
- Renames `packages` to `packageRules` - Refactor `packageName` to `packageNames` array - Refactor `packagePattern` to `packagePatterns` array - Adds `excludePackageNames` array - Adds `excludePackagePatterns` array Closes #529
-
- Aug 02, 2017
-
-
Rhys Arkins authored
Massaging of string to array is done in migration function.
-