renovate/lib/config
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
..
templates feat: automatically group @types companion packages 2018-01-10 15:35:14 +01:00
cli.js feat: deprecate github app (#1068) 2017-11-01 13:13:55 +01:00
decrypt.js fix: add full npmjs scope when migrating npmToken 2018-01-10 14:27:19 +01:00
defaults.js feat: schedule support for lock file maintenance 2017-07-01 06:46:11 +02:00
definitions.js feat: bumpVersion (#1413) 2018-01-20 09:27:05 +01:00
env.js feat: deprecate github app (#1068) 2017-11-01 13:13:55 +01:00
file.js fix: find config path in cwd when installed globally (#1277) 2017-12-07 20:16:51 +01:00
index.js fix: Revert "feat: support mergeable strings in config for npmrc" 2017-12-15 09:15:20 +01:00
massage.js fix: add full npmjs scope when migrating npmToken 2018-01-10 14:27:19 +01:00
migrate-validate.js feat: stop and raise error if repository is misconfigured (#1302) 2017-12-18 09:39:52 +01:00
migration.js feat: baseBranches (multi-branch) support (#1379) 2018-01-12 07:47:18 +01:00
presets.js fix: propagate registry-failure errors to avoid config validation warnings 2018-01-14 18:58:49 +01:00
validation.js chore: fix lint 2018-01-16 08:02:08 +01:00