Skip to content
Snippets Groups Projects
Commit 2f512d79 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: fix rebaseStale ref

Closes #10342
parent a31d2204
No related branches found
No related tags found
No related merge requests found
...@@ -2250,7 +2250,7 @@ To opt in to letting Renovate update internal package versions normally, set thi ...@@ -2250,7 +2250,7 @@ To opt in to letting Renovate update internal package versions normally, set thi
## updateNotScheduled ## updateNotScheduled
When schedules are in use, it generally means "no updates". When schedules are in use, it generally means "no updates".
However there are cases where updates might be desirable - e.g. if you have configured prCreation=not-pending, or you have rebaseStale=true and the base branch is updated so you want Renovate PRs to be rebased. However there are cases where updates might be desirable - e.g. if you have configured prCreation=not-pending, or you have rebaseWhen=behind-base-branch and the base branch is updated so you want Renovate PRs to be rebased.
This defaults to `true`, meaning that Renovate will perform certain "desirable" updates to _existing_ PRs even when outside of schedule. This defaults to `true`, meaning that Renovate will perform certain "desirable" updates to _existing_ PRs even when outside of schedule.
If you wish to disable all updates outside of scheduled hours then configure this field to `false`. If you wish to disable all updates outside of scheduled hours then configure this field to `false`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment