renovate-test-target/renovate.json

16 lines
399 B
JSON
Raw 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:48:39 +02:00
"^host_test.yml$",
"^host_vars/test/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 21:43:04 +02:00
"image: (?<depName>[-{]*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
2023-07-28 21:34:14 +02:00
]
2023-07-27 21:26:49 +02:00
}
]
}