From fa3e47072d67bf223d0b278965079ee7505746e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wannenmacher?= Date: Mon, 19 May 2025 14:52:09 +0200 Subject: [PATCH] chore: renovate ignores project's own image in helm chart --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index e4d0565..4b6ee68 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,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/github.com/openmcp-project/mcp-operator/images/mcp-operator"], + "matchManagers": ["helm-values"], + "enabled": false } ] }