renovate/lib
Rhys Arkins cb8fd6b4ed
feat: fork mode (#1287)
This PR adds the capability to run Renovate in a new "fork mode". This new mode must be configured by the Renovate admin, and cannot be configured within repositories themselves (for now). Example use: `renovate --autodiscover --fork-mode`

In this mode: 
* Renovate will fork the repository if necessary (first run only)
* If the fork already existed, Renovate will ensure that its base branch is up to date with the source repository's
 * Branches will be created within the fork, PRs will be created in the source
2017-12-11 19:14:51 +01:00
..
config feat: fork mode (#1287) 2017-12-11 19:14:51 +01:00
logger feat: gitPrivateKey for signed git commits (#1282) 2017-12-09 17:56:23 +01:00
manager refactor: unsatisfied range warn -> info (#1278) 2017-12-08 09:39:40 +01:00
platform feat: fork mode (#1287) 2017-12-11 19:14:51 +01:00
workers feat: fork mode (#1287) 2017-12-11 19:14:51 +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