renovate/lib
Rhys Arkins b72bfdf4ba
feat: bumpVersion ()
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 
2018-01-20 09:27:05 +01:00
..
config feat: bumpVersion () 2018-01-20 09:27:05 +01:00
logger fix: writeToken -> forkToken () 2017-12-14 11:47:00 +01:00
manager feat: bumpVersion () 2018-01-20 09:27:05 +01:00
platform refactor: limit github pagination to 1000 total 2018-01-19 15:28:54 +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: use global logger () 2017-11-08 06:44:03 +01:00
renovate.js Refactor config definitions and onboarding values () 2017-06-26 13:08:57 +02:00