Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    1a174226
    feat: keep branches/PRs updated when out of schedule (#926) · 1a174226
    Rhys Arkins authored
    By default, Renovate will now continue *updating* - but not creating - branches even if off-schedule. This applies to features such as (a) rebasing branches if master changes, (b) updating if new version comes, (c) creating PRs if tests pass, (d) automerging. It is planned that (b) will be configurable in a future feature. To disable this behaviour altogether, set updateNotScheduled to false.
    
    Closes #879
    1a174226
    History
    feat: keep branches/PRs updated when out of schedule (#926)
    Rhys Arkins authored
    By default, Renovate will now continue *updating* - but not creating - branches even if off-schedule. This applies to features such as (a) rebasing branches if master changes, (b) updating if new version comes, (c) creating PRs if tests pass, (d) automerging. It is planned that (b) will be configurable in a future feature. To disable this behaviour altogether, set updateNotScheduled to false.
    
    Closes #879