Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    cb8fd6b4
    feat: fork mode (#1287) · cb8fd6b4
    Rhys Arkins authored
    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
    cb8fd6b4
    History
    feat: fork mode (#1287)
    Rhys Arkins authored
    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