From 69830cc2d89d0ba9ed793adb4948cbe92e41cac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Thu, 4 Sep 2025 08:49:40 +0200 Subject: [PATCH] chore: renovate automerge for our own openmcp-project packacges --- renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 2bc9229..ee432ef 100644 --- a/renovate.json +++ b/renovate.json @@ -44,12 +44,9 @@ "matchPackageNames": ["hack/common"] }, { - "description": "Automerge all updates from openmcp-project/*", - "matchDatasources": [ - "go" - ], + "description": "Update and automerge all components from openmcp-project immediately", "matchPackageNames": [ - "openmcp-project/*" + "github.com/openmcp-project/*" ], "rebaseWhen": "auto", "minimumReleaseAge": "0 days",