Compare commits

..

9 commits

Author SHA1 Message Date
4191f728a6 Update renovate/renovate Docker tag to v36.52.1 2023-08-18 19:51:42 +00:00
d87989300a fix regex 2023-08-18 21:51:21 +02:00
0fcd3c956d fix regex 2023-08-18 21:50:39 +02:00
97070c767b fix regex 2023-08-18 21:49:12 +02:00
55bee85403 fix regex 2023-08-18 21:48:39 +02:00
f3bfdbfa4e fix regex 2023-08-18 21:47:35 +02:00
1e14290012 fix regex 2023-08-18 21:46:34 +02:00
b0feb2ca82 fix regex 2023-08-18 21:43:24 +02:00
1648446f3c fix regex 2023-08-18 21:43:04 +02:00
3 changed files with 9 additions and 3 deletions

6
host_vars/test/vars.yml Normal file
View file

@ -0,0 +1,6 @@
# renovate: versioning=docker
prosody_image: netz39/prosody:0.11
# renovate: versioning=docker
prosody_web_image: joseluisq/static-web-server:2.14
# renovate: versioning=docker
grafana_image: grafana/grafana:9.4.7

View file

@ -3,13 +3,13 @@
"regexManagers": [
{
"fileMatch": [
"ansible-test.yml",
"Containerfile"
"^host-.*.yml$",
"^host_vars/.*/vars.yml$"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"matchStrings": [
"image: (?<depName>.*?):(?<currentValue>.*?)\\s"
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
]
}
]