- Mar 09, 2018
-
-
Rhys Arkins authored
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.
-
Rhys Arkins authored
Adds a Dockerfile for building with Docker Hub
-
Rhys Arkins authored
fix: return non-zero exit code if any errors
-
Rhys Arkins authored
-
Rhys Arkins authored
fix: allow rebaseStalePrs=false to take priority over repo settings
- Mar 08, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
Adds support for npm-shrinkwrap.json files. Closes #67
-
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>
-