From b3044a63dc5193b5bd98cf0d5958a494fbbd626e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Wed, 2 Jul 2025 09:28:50 +0200 Subject: [PATCH 1/2] chore: renovate ignores our own image in chart as it will be updated on release --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 01ac1b8..ff9cf19 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,12 @@ "rebaseWhen": "auto", "minimumReleaseAge": "0 days", "enabled": true + }, + { + "description": "Ignore our own image in chart as it will be updated on release", + "matchPackageNames": ["ghcr.io/openmcp-project/images/project-workspace-operator"], + "matchManagers": ["helm-values"], + "enabled": false } ] } From eab7111f24df901f67ead85ec9c7f486284825d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Thu, 3 Jul 2025 10:51:39 +0200 Subject: [PATCH 2/2] chore: renovate updates go lang version --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index ff9cf19..560ee1d 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,18 @@ "gomodTidy" ], "packageRules": [ + { + "matchManagers": [ + "gomod" + ], + "matchDepNames": [ + "go" + ], + "matchDepTypes": [ + "golang" + ], + "rangeStrategy": "bump" + }, { "matchPackageNames": [ "github.com/openmcp-project/*"