1 Commits

Author SHA1 Message Date
renovate ba9d5453f2 Update grafana/promtail Docker tag to v2.9.17 2026-05-26 23:50:14 +00:00
-20
View File
@@ -1,20 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>perso/renovate-config"
],
"helmValues": {
"fileMatch": ["(^|/)values\\.ya?ml$"]
},
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)values\\.ya?ml$"],
"matchStrings": [
"repository:\\s*(?<depName>[^\\s]+)\\s*\\n\\s*tag:\\s*(?<currentValue>[^\\s]+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}