From 2d252ab8ceca80600a364512c4460695a289769b Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 2 Apr 2026 13:11:40 +0200 Subject: [PATCH] Add rebaseLabel to Renovate configuration (#15593) --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0a0312fbc..4fcaa043d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ "suppressNotifications": ["prEditedNotification"], "extends": ["config:recommended"], "labels": ["bot: dependencies"], + "rebaseLabel": ["bot: rebase"], "semanticCommits": "disabled", "separateMajorMinor": false, "prHourlyLimit": 10,