fix(renovate): replace managerFilePatterns with fileMatch
All checks were successful
Helm / Execute helm lint (push) Successful in 14s
Helm / Execute helm template (push) Successful in 14s
Helm / Execute helm unittest (push) Successful in 25s

This commit is contained in:
2025-10-16 21:19:41 +02:00
parent 85e2f9607c
commit 9472abe37e

View File

@@ -23,7 +23,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^README\\.md$"], "fileMatch": [
"^README\\.md$"
],
"matchStrings": [ "matchStrings": [
"CHART_VERSION=(?<currentValue>.*)" "CHART_VERSION=(?<currentValue>.*)"
], ],
@@ -35,8 +37,8 @@
{ {
"customType": "regex", "customType": "regex",
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"managerFilePatterns": [ "fileMatch": [
"/.vscode/settings\\.json$/" ".vscode/settings\\.json$"
], ],
"matchStrings": [ "matchStrings": [
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" "https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"