From b9080a01cae2e2c73a1b5c90b520d760d4caabba Mon Sep 17 00:00:00 2001 From: Pascal Reeb Date: Wed, 8 Feb 2023 23:50:33 +0100 Subject: [PATCH] fix(renovate): add Chart.yaml to task file filter --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }