From 5cfed911aea2ec845ff2db524922deb1672237fe Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 12 Sep 2024 08:25:46 +0200 Subject: [PATCH] chore(renovate): update subcharts weekly --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index ed44a0c..0905a94 100644 --- a/renovate.json +++ b/renovate.json @@ -39,13 +39,13 @@ "semanticCommitType": "feat" }, { - "description": "Automerge and group helm subchart updates daily (minor & patch)", + "description": "Automerge and group helm subchart updates weekly (minor & patch)", "matchManagers": ["helmv3"], "matchFileNames": ["Chart.yaml"], "matchUpdateTypes": ["minor", "patch"], "automerge": true, "groupName": "subcharts", - "extends": ["schedule:daily"] + "extends": ["schedule:weekly"] }, { "description": "Automerge dev deps updates",