-
- Downloads
feat: keep branches/PRs updated when out of schedule (#926)
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
Showing
- docs/configuration.md 10 additions, 2 deletionsdocs/configuration.md
- lib/config/definitions.js 7 additions, 0 deletionslib/config/definitions.js
- lib/workers/branch/index.js 13 additions, 3 deletionslib/workers/branch/index.js
- test/workers/branch/index.spec.js 10 additions, 1 deletiontest/workers/branch/index.spec.js
- test/workers/package/__snapshots__/index.spec.js.snap 1 addition, 0 deletionstest/workers/package/__snapshots__/index.spec.js.snap
Loading
Please register or sign in to comment