diff --git a/renovate.json b/renovate.json index 4cd1fa83..d91c968c 100644 --- a/renovate.json +++ b/renovate.json @@ -27,7 +27,7 @@ }], "postUpgradeTasks": { "commands": ["bump-chart", "helm-docs"], - "fileFilters": ["charts/*/README.md"], + "fileFilters": ["charts/*/Chart.yaml", "charts/*/README.md"], "executionMode": "update" } }