From c91c828c462e52b35fe7d9b71ecb7f9730282f30 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 9 Dec 2022 09:45:38 +0000 Subject: [PATCH] Renovate: use rebaseWhen: conflicted to try to speed up renovate runs (#60028) --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a5396c0faa9..8e2f1bd364e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -80,6 +80,7 @@ "enabled": false }, "prConcurrentLimit": 10, + "rebaseWhen": "conflicted", "reviewers": ["team:grafana/frontend-ops"], "separateMajorMinor": false, "vulnerabilityAlerts": {