From 76c5024c357698fcd0a13083b3b7f6ac2374dc9a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 22 Mar 2022 21:42:52 +0100 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2abaec04e8a..b6ddb3344b0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,7 +5,7 @@ "assigneesFromCodeOwners": true, "reviewersFromCodeOwners": true, "suppressNotifications": ["prIgnoreNotification"], - "rebaseWhen": "auto", + "rebaseWhen": "conflicted", "prConcurrentLimit": 7, "pinDigests": true, "timezone":"Europe/Amsterdam",