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