From 2eb3c4cc18216b2510eeaee9ddd8266a998ab0a3 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Tue, 20 Feb 2024 12:37:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20renovate:=20Automerge=20non-majo?= =?UTF-8?q?r=20updates=20to=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 241a2db..2a2b274 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,6 +9,11 @@ "commitMessagePrefix": "⬆️ ", "commitMessageTopic": "{{depName}}", "lockFileMaintenance": { "enabled": true } + }, + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "automerge": true, + "rebaseWhen": "conflicted" } ] }