renovate/test
Rhys Arkins b72bfdf4ba
feat: bumpVersion (#1413)
Adds a new configuration option that allows you to bump the version number in the package.json being updated. e.g. you might configure Renovate to bump a patch every time, or maybe for dependencies only and not devDependencies. e.g. if you configure `"bumpVersion": "patch"` then a Renovate PR updating a `package.json` that used to be version `1.2.1` will now see it updated to `1.2.2` (in addition to the dependency version(s) being updated too). Thanks to @gunar for the feature suggestion.

Closes #861
2018-01-20 09:27:05 +01:00
..
_fixtures feat: update yarn resolutions 2017-12-25 17:10:20 +01:00
config feat: baseBranches (multi-branch) support (#1379) 2018-01-12 07:47:18 +01:00
logger fix: refactor logger addStream and depType logging (#1117) 2017-11-08 09:59:32 +01:00
manager feat: bumpVersion (#1413) 2018-01-20 09:27:05 +01:00
platform fix: filter out “Update branch” commits when determining canRebase (#1410) 2018-01-19 07:35:39 +01:00
workers fix: check for not-pending only if no existing PR exists 2018-01-19 05:46:28 +01:00
.eslintrc.js refactor: remove config.api and use platform dispatcher (#1114) 2017-11-07 11:46:10 +01:00
chai.js Refactor config 2017-01-20 14:03:18 +01:00
globals.js refactor: use global logger (#1116) 2017-11-08 06:44:03 +01:00
renovate.spec.js refactor: use platform global (#1115) 2017-11-07 13:31:34 +01:00
website-docs.spec.js docs: correlate website configuration documentation with source code 2017-12-26 05:40:14 +01:00