renovate/lib
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
..
config feat: baseBranches (multi-branch) support (#1379) 2018-01-12 07:47:18 +01:00
logger fix: writeToken -> forkToken (#1295) 2017-12-14 11:47:00 +01:00
manager fix: set/reset npmrc during init 2017-12-30 06:11:04 +01:00
platform feat: prHourlyLimit 2018-01-11 11:56:16 +01:00
workers feat: baseBranches (multi-branch) support (#1379) 2018-01-12 07:47:18 +01:00
.eslintrc.js refactor: use global logger (#1116) 2017-11-08 06:44:03 +01:00
renovate.js Refactor config definitions and onboarding values (#360) 2017-06-26 13:08:57 +02:00