From 2f512d79b85ff6e6d540560d408a5482dd77f002 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 7 Jun 2021 21:33:10 +0200 Subject: [PATCH] docs: fix rebaseStale ref Closes #10342 --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index cae189ab71..74d236d653 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2250,7 +2250,7 @@ To opt in to letting Renovate update internal package versions normally, set thi ## updateNotScheduled 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. If you wish to disable all updates outside of scheduled hours then configure this field to `false`. -- GitLab