From 82a2c84e1947d569b5ff46edb0789bbd88cc9b57 Mon Sep 17 00:00:00 2001 From: streamich Date: Mon, 13 Nov 2023 15:46:19 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20allow=20Renovate=20to=20au?= =?UTF-8?q?tomerge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index ffa48b6329..0bffe99a9d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,5 +6,12 @@ "automerge": true }, "rangeStrategy": "replace", - "postUpdateOptions": ["yarnDedupeHighest"] + "postUpdateOptions": ["yarnDedupeHighest"], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] }