renovate/test
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
..
_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: pathRules 2017-12-29 15:06:28 +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: 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