chore: fix chart validation
All checks were successful
render-manifests-push / render-manifests-push (push) Successful in 2m13s
lint-test-helm / lint-helm (push) Successful in 1m4s
renovate / renovate (push) Successful in 2m32s

This commit is contained in:
2026-01-23 12:57:16 -06:00
parent 74aa1cd8fa
commit 62ce199c2a
3 changed files with 11 additions and 15 deletions

View File

@@ -8,11 +8,9 @@
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/(^|/)Chart\\.yaml$/"
],
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"# renovate: github=(?<packageName>[^\\s]+)\\s+version: (?<currentValue>[^\\s]+)"
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
],
"datasourceTemplate": "github-releases"
}