diff --git a/host_vars/test/vars.yml b/host_vars/test/vars.yml index 7e0c18a..16cfa95 100644 --- a/host_vars/test/vars.yml +++ b/host_vars/test/vars.yml @@ -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 diff --git a/renovate.json b/renovate.json index 12ba59a..f386513 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ { "fileMatch": [ "^host_test.yml$", - "^host_vars/test/vars.yml$" + "^host_vars/.*/vars.yml$" ], "datasourceTemplate": "docker", "versioningTemplate": "docker",