chore(config): migrate config renovate.json

This commit is contained in:
2026-01-23 23:30:03 +00:00
parent 01d300b68d
commit db26b1ccd1

View File

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