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