From 55b15909eba35a676b2a7a9ffeca98b133b9fd42 Mon Sep 17 00:00:00 2001 From: Drew Hudec Date: Fri, 13 Mar 2026 00:30:43 -0400 Subject: [PATCH] fix: add rebaseWhen behind-base-branch to keep Renovate PRs up to date --- renovate-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate-config.json b/renovate-config.json index 9ec578f..19f54c6 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -6,6 +6,7 @@ "helpers:pinGitHubActionDigestsToSemver" ], "automerge": false, + "rebaseWhen": "behind-base-branch", "prHourlyLimit": 0, "prConcurrentLimit": 5, "minimumReleaseAge": "1 day",