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:
parent
dde7b9e987
commit
5e9a288575
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/library/golang:1.16.6 as driver-builder
|
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
|
ARG HETZNER_VERSION=3.3.0
|
||||||
|
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
|
|
Reference in a new issue