From e82332f64c6a7715576c36f6f3263e33637da1f8 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 30 May 2024 09:22:20 +0200 Subject: [PATCH] chore(renovate): disable major chart updates for maintenance branches --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 54f0a79..3c748dd 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,13 @@ ], "baseBranches": ["main", "/^maint\\/.+/"], "packageRules": [ + { + "description": "Disable major chart updates for maintenance branches", + "matchBaseBranches": ["/^maint\\/.+/"], + "matchUpdateTypes": ["major"], + "matchFileNames": ["Chart.yaml"], + "enabled": false + }, { "matchManagers": ["helmv3"], "matchUpdateTypes": ["minor", "patch"],