Update renovate.json

This commit is contained in:
a5r0n
2023-03-12 18:45:07 +02:00
committed by GitHub
parent 8de6647679
commit 9e15d43c98
+9
View File
@@ -1,5 +1,14 @@
{
"extends": [
"config:base"
],
"regexManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
]
}
]
}