- Mar 08, 2018
-
-
Rhys Arkins authored
This reverts commit 97ea483f.
-
Rhys Arkins authored
This reverts commit 9b44e34f.
-
- Mar 07, 2018
-
-
Rhys Arkins authored
Upgrade ranges to latest version even if latest version satisfies existing range. | name | value | | ------- | ------- | | type | boolean | | default | false | By default, Renovate assumes that if you are using ranges then it's because you want them to be wide/open. As such, Renovate won't deliberately "narrow" the range by increasing the semver value inside. For example, if your `package.json` specifies a value for `left-pad` of `^1.0.0` and the latest version on npmjs is `1.2.0`, then Renovate won't change anything. If instead you'd prefer to be updated to `^1.2.0` in cases like this, then set `upgradeInRange` to `true` in your Renovate config. This feature supports simple caret (`^`) and tilde (`~`) ranges only, like `^1.0.0` and `~1.0.0`. It is not compatible with `pinVersions=true`. Closes #1607
-
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.
- Mar 06, 2018
-
-
Rhys Arkins authored
If the existing version was pinned, or if pinVersions=true, then Renovate will use pinned versions for all the new values. Closes #1605
-
Rhys Arkins authored
-
Hutson Betts authored
-
Rhys Arkins authored
-
Rhys Arkins authored
This reverts commit dd26a018.
-
Rhys Arkins authored
feat: validate renovate config PRs
-
AndreiMargineanu authored
Refactors all instances of .concat() to use array spread operators instead Closes #1459
-
Rhys Arkins authored
This reverts commit d5984a3c.
-
Rhys Arkins authored
This is so that the upgrade is combined with travis and nvm
-
Rhys Arkins authored
To ensure we list both nvm and engines when upgrading node
-
Rhys Arkins authored
Thanks @hbetts aka @destroyerofbuilds for your continued contributions to the project.
-
Rhys Arkins authored
docs: Improve local development information
-
- Mar 05, 2018
-
-
Adam Moss authored
Closes: #1586 Signed-off-by:
Adam Moss <adam.moss@bcs.org.uk>
-
Hutson Betts authored
docs(contributing): fix typo
-
Rhys Arkins authored
-
Rhys Arkins authored
This reverts commit 81c72247.
-
Rhys Arkins authored
-
Rhys Arkins authored
Re-enables branch cleanup for multiple baseBranches
-
Rhys Arkins authored
-
Rhys Arkins authored
-