From 01d65676949d488f6c06e1f082cb27e25496b190 Mon Sep 17 00:00:00 2001 From: Shawn Wilsher <656602+sdwilsh@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:01:29 -0800 Subject: [PATCH] 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 9b191e877..ae8917765 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: