From ac959bcac221f8c269d759ac486b4d3244d1ef17 Mon Sep 17 00:00:00 2001 From: viceice Date: Thu, 25 Jul 2024 12:06:48 +0000 Subject: [PATCH] chore(renovate): update subcharts daily --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8a2ae86..bc927e6 100644 --- a/renovate.json +++ b/renovate.json @@ -41,12 +41,13 @@ "semanticCommitType": "feat" }, { - "description": "Automerge and group helm subchart updates (minor & patch)", + "description": "Automerge and group helm subchart updates daily (minor & patch)", "matchManagers": ["helmv3"], "matchFileNames": ["Chart.yaml"], "matchUpdateTypes": ["minor", "patch"], "automerge": true, - "groupName": "subcharts" + "groupName": "subcharts", + "extends": ["schedule:daily"] }, { "description": "Automerge dev deps updates",