From 30158de4c73f61af7cc9264e10f76474622b1f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Mon, 6 Oct 2025 13:56:45 +0200 Subject: [PATCH] chore: fix renovate.json --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 83b389e..ec2a432 100644 --- a/renovate.json +++ b/renovate.json @@ -29,15 +29,16 @@ }, { "matchPackageNames": [ + "hack/common" + ], "description": "Automerge submodule update", - "automerge": true, - "matchPackageNames": ["hack/common"] + "automerge": true }, { - "description": "Update and automerge all components from openmcp-project immediately", "matchPackageNames": [ "github.com/openmcp-project/*" ], + "description": "Update and automerge all components from openmcp-project immediately", "rebaseWhen": "auto", "minimumReleaseAge": "0 days", "automerge": true,