From 5e9a2885754de45a0e78dd06fd5c369f79f15209 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 27 Jul 2021 21:34:15 +0200 Subject: [PATCH] Rework renovate integration to use generic git tags This patch replaces `gitlab-tags` with `git-tags` as datasource, becasue gitlab tags require further adjustment in order to properly function with the gitlab API. This should simplify the entire setup. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcf4051..97f1a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/golang:1.16.6 as driver-builder -# renovate: datasource=gitlab-tags depName=git.shivering-isles.com/github-mirror/JonasProgrammer/docker-machine-driver-hetzner +# renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/JonasProgrammer/docker-machine-driver-hetzner.git ARG HETZNER_VERSION=3.3.0 ENV GO111MODULE=on