- Mar 06, 2018
-
-
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
-
Rhys Arkins authored
Remove outdated packageFiles description
-
- Mar 04, 2018
-
-
Rhys Arkins authored
Adds initial support for `.nvmrc` renovation. If the existing value is a fully-specified semver version then it will be upgraded, otherwise left alone. Closes #1270
-
Rhys Arkins authored
This reverts commit c6be3154. Closes #1584
-
Rhys Arkins authored
-
Rhys Arkins authored
Retains the "node" configuration object but moves enabling/disabling to "travis". Also removes the default `supportPolicy` from config.
- Mar 03, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Updates travis config and logic to use same variables as for other managers. This fixes the onboarding PR. Fixes #1551
-
Rhys Arkins authored
-
Rhys Arkins authored
Refactors all non-npm code to live inside lib/manager/*
-
Renovate Bot authored
-
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" }] ```
-
- Mar 02, 2018
-
-
Renovate Bot authored
-