From db14b26e026cb24ab45b8e971dc2dd9a8d1d9d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Thu, 6 Nov 2025 15:00:15 +0100 Subject: [PATCH] chore: Update and automerge all components from openmcp-project immediately in one singe PR --- renovate.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index ec2a432..81eb982 100644 --- a/renovate.json +++ b/renovate.json @@ -28,21 +28,27 @@ "rangeStrategy": "bump" }, { - "matchPackageNames": [ - "hack/common" - ], "description": "Automerge submodule update", - "automerge": true + "automerge": true, + "matchPackageNames": ["hack/common"] }, { - "matchPackageNames": [ - "github.com/openmcp-project/*" + "description": "Update and automerge all components from openmcp-project immediately in one singe PR", + "matchManagers": [ + "gomod" ], - "description": "Update and automerge all components from openmcp-project immediately", + "groupName": "openmcp-project Go dependencies", + "groupSlug": "openmcp-go-deps", + "automerge": true, + "automergeType": "pr", + "prPriority": 10, + "semanticCommitType": "chore", "rebaseWhen": "auto", "minimumReleaseAge": "0 days", - "automerge": true, - "enabled": true + "enabled": true, + "matchPackageNames": [ + "/^github.com/openmcp-project//" + ] }, { "description": "Ignore our own image in chart as it will be updated on release",