16 lines
384 B
JSON
16 lines
384 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"regexManagers": [
|
||
|
{
|
||
|
"fileMatch": [
|
||
|
"host-*.yml",
|
||
|
"host_vars/*/vars.yml"
|
||
|
],
|
||
|
"datasourceTemplate": "docker",
|
||
|
"versioningTemplate": "docker",
|
||
|
"matchStrings": [
|
||
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?$"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|