Migrate config renovate.json

This commit is contained in:
2026-06-09 18:30:38 +00:00
parent 72d1fef2ae
commit c3d32bd08d
+4 -7
View File
@@ -1,13 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"fileMatch": [
"(^|/)values\\.ya?ml$"
],
"matchStrings": [
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
],
"customType": "regex",
"managerFilePatterns": ["/(^|/)values\\.ya?ml$/"],
"matchStrings": ["repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"],
"datasourceTemplate": "docker"
}
]