From 475d44bdcc8f0393635cde5aa7a801f77819ccb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Mon, 12 May 2025 15:06:30 +0200 Subject: [PATCH] chore(deps): typo in package name --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 28b9803..0ff92f2 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,7 @@ "packageRules": [ { "matchPackageNames": [ - "github.com/gardener/openmcp-project/*" + "github.com/openmcp-project/*" ], "description": "Update all components from openmcp-project immediately", "rebaseWhen": "auto",