From 86c057385063c424ff36ea6ea1da4528bffa002c Mon Sep 17 00:00:00 2001 From: GeorgeRaven Date: Tue, 22 Jul 2025 22:49:01 +0100 Subject: [PATCH] Enabled renovate to automate subcharts --- .gitignore | 2 +- renovate.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d8e9e1c6..e802f361 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -**/charts +#**/charts !/charts **.log **secret.yaml diff --git a/renovate.json b/renovate.json index df54ea85..c86f5d87 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,16 @@ ], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "matchManagers": [ + "helm-values", + "helmv3" + ], + "postUpdateOptions": [ + "helmUpdateSubChartArchives" + ] + } } ], "customManagers": [