renovate/lib/config
Rhys Arkins dba574950b
feat: baseBranches (multi-branch) support (#1379)
This PR adds the capability to renovate more than one base branch at a time. For instance, a project may have their released `3.x` version on `master`, while an upcoming `4.x` is being prepared using branch `next`. `4.x` might have a quite different set of dependencies (e.g. some removed or some added) so it's not appropriate to only target `master` and keep rebasing, as it will get messy. Instead, it's necessary to target both `master` and `next` to keep both updated.

Closes #1279
2018-01-12 07:47:18 +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: baseBranches (multi-branch) support (#1379) 2018-01-12 07:47:18 +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 feat: stop and raise error if repository is misconfigured (#1302) 2017-12-18 09:39:52 +01:00
validation.js fix: writeToken -> forkToken (#1295) 2017-12-14 11:47:00 +01:00