19 lines
402 B
JSON
19 lines
402 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
"config:recommended"
|
||
|
],
|
||
|
"regexManagers": [
|
||
|
{
|
||
|
"datasourceTemplate": "docker",
|
||
|
"fileMatch": [
|
||
|
"(^|/)Chart\\.yaml$"
|
||
|
],
|
||
|
"matchStrings": [
|
||
|
"#\\s*renovate: image=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[\\w+\\.\\-]*)"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|