From 58af0068166d729a8c62cb30aa2885e3a8ad0a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 25 Nov 2020 16:11:29 -0500 Subject: [PATCH] [renovate] only rebase when conflicted (#250) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 12460b85..c194f891 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,7 @@ "assigneesFromCodeOwners": true, "reviewersFromCodeOwners": true, "suppressNotifications": ["prIgnoreNotification"], + "rebaseWhen": "conflicted", "helm-values": { "enabled": false },