From f6feba5fb110bd27c764a6e1ceb85477a6b21fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Tue, 2 Sep 2025 15:52:41 +0200 Subject: [PATCH] chore: renovate automerge from openmcp-project dependencies --- renovate.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index c74bf33..2bc9229 100644 --- a/renovate.json +++ b/renovate.json @@ -35,20 +35,25 @@ "description": "Update all components from landscaper immediately", "rebaseWhen": "auto", "minimumReleaseAge": "0 days", + "automerge": true, "enabled": true }, { - "description": "Combine openmcp-project updates in a single PR", + "description": "Automerge submodule update", + "automerge": true, + "matchPackageNames": ["hack/common"] + }, + { + "description": "Automerge all updates from openmcp-project/*", "matchDatasources": [ "go" ], "matchPackageNames": [ - "^github\\.com/openmcp-project/.*" + "openmcp-project/*" ], - "groupName": "openmcp-project dependencies", - "groupSlug": "openmcp-project-dependencies", "rebaseWhen": "auto", "minimumReleaseAge": "0 days", + "automerge": true, "enabled": true }, {