fix regex
This commit is contained in:
parent
97070c767b
commit
0fcd3c956d
2 changed files with 1 additions and 7 deletions
|
@ -4,9 +4,3 @@ prosody_image: netz39/prosody:0.11
|
|||
prosody_web_image: joseluisq/static-web-server:2.14
|
||||
# renovate: versioning=docker
|
||||
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
|
||||
|
||||
image: ffmd/bind9-md-freifunk-net:v2022122301
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"fileMatch": [
|
||||
"^host_test.yml$",
|
||||
"^host_vars/test/vars.yml$"
|
||||
"^host_vars/.*/vars.yml$"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
|
|
Loading…
Reference in a new issue