-
- Downloads
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
Showing
- docs/configuration.md 8 additions, 0 deletionsdocs/configuration.md
- lib/config/definitions.js 8 additions, 0 deletionslib/config/definitions.js
- lib/platform/github/index.js 69 additions, 18 deletionslib/platform/github/index.js
- lib/workers/repository/init/apis.js 2 additions, 1 deletionlib/workers/repository/init/apis.js
- package.json 1 addition, 0 deletionspackage.json
- test/manager/__snapshots__/resolve.spec.js.snap 7 additions, 0 deletionstest/manager/__snapshots__/resolve.spec.js.snap
- test/platform/github/__snapshots__/index.spec.js.snap 16 additions, 2 deletionstest/platform/github/__snapshots__/index.spec.js.snap
- test/platform/github/index.spec.js 101 additions, 0 deletionstest/platform/github/index.spec.js
- test/workers/repository/updates/__snapshots__/branchify.spec.js.snap 5 additions, 0 deletions...s/repository/updates/__snapshots__/branchify.spec.js.snap
- yarn.lock 10 additions, 0 deletionsyarn.lock
Loading
Please register or sign in to comment