Skip to content

Commit

Permalink
🔧 Add docker versioning for the RENOVATE_VERSION (#863)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sdwilsh committed Feb 10, 2023
1 parent 17ce2b8 commit 438d5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 438d5ea

Please sign in to comment.