From 8226c421f5e99fc4e8ca6254a9b0738d6395df1b Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:42:59 -0500 Subject: [PATCH] chore(ci): update renovate config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9e4cb1bf..3762ddd2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,4 +4,5 @@ "github>bpg/renovate-config", "github>bpg/renovate-config:automerge-github-actions", ], + "rebaseWhen": "behind-base-branch", }