Compare commits
9 commits
e953e391ce
...
4191f728a6
Author | SHA1 | Date | |
---|---|---|---|
4191f728a6 | |||
d87989300a | |||
0fcd3c956d | |||
97070c767b | |||
55bee85403 | |||
f3bfdbfa4e | |||
1e14290012 | |||
b0feb2ca82 | |||
1648446f3c |
3 changed files with 9 additions and 3 deletions
6
host_vars/test/vars.yml
Normal file
6
host_vars/test/vars.yml
Normal 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
|
|
@ -3,13 +3,13 @@
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"ansible-test.yml",
|
"^host-.*.yml$",
|
||||||
"Containerfile"
|
"^host_vars/.*/vars.yml$"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker",
|
"versioningTemplate": "docker",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)\\s"
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue