renovate-test-target/renovate.json

22 lines
513 B
JSON
Raw Permalink Normal View History

2023-07-27 21:18:59 +02:00
{
2023-07-27 21:26:49 +02:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": [
2023-08-18 21:51:21 +02:00
"^host-.*.yml$",
2023-08-18 21:50:39 +02:00
"^host_vars/.*/vars.yml$"
2023-07-27 21:26:49 +02:00
],
2023-07-27 21:47:02 +02:00
"datasourceTemplate": "docker",
2023-07-28 21:34:14 +02:00
"versioningTemplate": "docker",
2023-07-27 21:26:49 +02:00
"matchStrings": [
2023-08-18 22:06:40 +02:00
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
2023-07-28 21:34:14 +02:00
]
2023-07-27 21:26:49 +02:00
}
2023-08-30 19:40:40 +02:00
],
"packageRules": [
{
2023-08-31 08:12:50 +02:00
"matchPackageNames": ["renovate/renovate"],
2023-08-31 08:48:56 +02:00
"schedule": [ "on friday" ]
2023-08-30 19:40:40 +02:00
}
2023-07-27 21:26:49 +02:00
]
}