fix(renovate): adapt fileFilters for postUpgradeTasks
All checks were successful
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 15s

This commit is contained in:
2025-09-20 17:45:38 +02:00
parent 30c4e7f8ec
commit 2c08310b28

View File

@@ -71,7 +71,7 @@
"make readme" "make readme"
], ],
"fileFilters": [ "fileFilters": [
"README.md" "values.yaml"
], ],
"executionMode": "update" "executionMode": "update"
} }