1
0
Fork 0

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.
This commit is contained in:
Sheogorath 2021-07-27 21:34:15 +02:00
parent dde7b9e987
commit 5e9a288575
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -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