From 0b156efe60be26d79255a504bb6d0f5fe7228966 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Thu, 5 Sep 2024 19:41:28 +0200 Subject: [PATCH] chore(ci): automerge renovate branches minors and patches --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index cc3051997..523a65cf4 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,8 @@ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", - "automerge": true + "automerge": true, + "automergeType": "branch" } ] }