renovate/lib/workers
Rhys Arkins 7f9d73a318 feat: allowedVersions
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"
  }]
```
2018-03-03 06:35:11 +01:00
..
branch fix: add checks if pr branch still exists (gitlab) 2018-02-28 04:43:30 +01:00
dep-type refactor: move npm extract from workers to manager 2018-03-01 10:21:26 +01:00
global feat: prBanner 2018-03-01 17:35:11 +01:00
package feat: allowedVersions 2018-03-03 06:35:11 +01:00
package-file refactor: move npm registry to datasource 2018-02-27 10:49:24 +01:00
pr feat: prBanner 2018-03-01 17:35:11 +01:00
repository fix: use commonConfig branchPrefix only if set 2018-03-01 21:58:34 +01:00