From 8abc862a22389162a5ce8867eaea34f4bff99260 Mon Sep 17 00:00:00 2001 From: saibotk Date: Mon, 12 Oct 2020 21:16:57 +0200 Subject: [PATCH] traefik: Add automated upgrades via renovate --- roles/traefik/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/traefik/defaults/main.yml b/roles/traefik/defaults/main.yml index ac77e10..47a34c8 100644 --- a/roles/traefik/defaults/main.yml +++ b/roles/traefik/defaults/main.yml @@ -24,7 +24,9 @@ traefik_acme_location: "{{ traefik_install_location }}/acme" traefik_config_location: "{{ traefik_install_location }}/dynamic_conf" # The traefik/dockersocketproxy version to be used +# renovate: depName=docker.io/library/traefik traefik_version: v2.3.0 +# renovate: depName=quay.io/sheogorath/docker-socket-proxy traefik_dockersocketproxy_version: "1.9" # The domain for the traefik debug dashboard (only shown if the dashboard auth variable is defined)