17 lines
552 B
Text
17 lines
552 B
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "Process Grafana dashboards",
|
|
"fileMatch": [
|
|
"(^|/)kubernetes/.+\\.ya?ml(\\.j2)?$"
|
|
],
|
|
"matchStrings": [
|
|
"depName=\"(?<depName>.*)\"\\n\\s+gnetId:\\s+(?<packageName>.*?)\\n\\s+revision:\\s+(?<currentValue>.*)"
|
|
],
|
|
"datasourceTemplate": "custom.grafana-dashboards",
|
|
"versioningTemplate": "regex:^(?<major>\\d+)$"
|
|
}
|
|
]
|
|
}
|