From bc259542b5c96fa1facf2601216f9d29db57f77b Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 26 Jul 2024 14:07:39 +0200 Subject: [PATCH] chore(renovate): fix renovate grouping --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 3b2fab5e70..e8641673ab 100644 --- a/renovate.json +++ b/renovate.json @@ -96,8 +96,7 @@ "matchDatasources": ["docker"], "matchPackageNames": ["ghcr.io/visualon/renovate"], "matchUpdateTypes": ["minor", "patch", "digest"], - "automerge": true, - "groupName": "renovate" + "automerge": true }, { "description": "x/tools/* are used in the CI only and upgraded together", @@ -131,9 +130,10 @@ { "description": "Update renovate with higher prio to come through rate limit", "matchDatasources": ["docker"], - "matchDepNames": ["ghcr.io/visualon/renovate"], + "matchPackageNames": ["ghcr.io/visualon/renovate"], "extends": ["schedule:weekly"], - "prPriority": 10 + "prPriority": 10, + "groupName": "renovate" }, { "description": "Update go patch with higher prio to come through rate limit",