renovate/test/workers
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
..
branch feat: gitPrivateKey for signed git commits (#1282) 2017-12-09 17:56:23 +01:00
dep-type feat: bazel WORKSPACE support (#1268) 2017-12-07 09:22:10 +01:00
global feat: install npm as dependency (#808) 2017-09-14 18:24:14 +02:00
package feat: gitPrivateKey for signed git commits (#1282) 2017-12-09 17:56:23 +01:00
package-file feat: bazel WORKSPACE support (#1268) 2017-12-07 09:22:10 +01:00
pr fix: do not delete branches if PR creation fails (#1252) 2017-11-28 17:11:52 +01:00
repository feat: fork mode (#1287) 2017-12-11 19:14:51 +01:00