Compare commits
9 commits
e953e391ce
...
4191f728a6
Author | SHA1 | Date | |
---|---|---|---|
4191f728a6 | |||
d87989300a | |||
0fcd3c956d | |||
97070c767b | |||
55bee85403 | |||
f3bfdbfa4e | |||
1e14290012 | |||
b0feb2ca82 | |||
1648446f3c |
4 changed files with 11 additions and 5 deletions
|
@ -1 +1 @@
|
|||
FROM renovate/renovate:36.43.2
|
||||
FROM renovate/renovate:36.52.1
|
|
@ -7,6 +7,6 @@ grafana_image: grafana/grafana:9.4.7
|
|||
# renovate: versioning=docker
|
||||
homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
||||
# renovate: versioning=docker
|
||||
renovate_image: renovate/renovate:36.25.0
|
||||
renovate_image: renovate/renovate:36.52.1
|
||||
|
||||
image: ffmd/bind9-md-freifunk-net:v2022122301
|
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": [
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue