From 6bb7d29f2c2a41ebf759ae9e2a37ee33a7a23510 Mon Sep 17 00:00:00 2001 From: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> Date: Fri, 10 Feb 2023 00:35:43 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20docker=20versioning=20for?= =?UTF-8?q?=20the=20`RENOVATE=5FVERSION`=20(#863)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add docker versioning for the `RENOVATE_VERSION` This isn't being picked up in the dashboard (#310), and it might be because `34` isn't a proper semver. Signed-off-by: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9b191e8..ae89177 100644 --- a/Earthfile +++ b/Earthfile @@ -26,7 +26,7 @@ ARG GOLINT_VERSION=1.47.3 ARG GO_VERSION=1.18 # renovate: datasource=docker depName=hadolint/hadolint versioning=docker ARG HADOLINT_VERSION=2.12.0-alpine -# renovate: datasource=docker depName=renovate/renovate +# renovate: datasource=docker depName=renovate/renovate versioning=docker ARG RENOVATE_VERSION=34 all: