22 lines
No EOL
502 B
JSON
22 lines
No EOL
502 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>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["renovate"],
|
|
"schedule": ["on friday"]
|
|
}
|
|
]
|
|
} |