From 6150b4641e32c7b137fc2f1bcde402d22ba5a09b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:52:23 +0000 Subject: [PATCH] Update dependency rvben/rumdl to v0.1.93 --- build-images/telescopium-lint.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images/telescopium-lint.Dockerfile b/build-images/telescopium-lint.Dockerfile index 3478ec8..8ea0a02 100644 --- a/build-images/telescopium-lint.Dockerfile +++ b/build-images/telescopium-lint.Dockerfile @@ -4,6 +4,6 @@ FROM ghcr.io/code0-tech/build-images/mise:331.1 ARG LYCHEE_VERSION=lychee-v0.24.1 # renovate: datasource=github-releases depName=rvben/rumdl versioning=regex:^v(?\d+)\.(?\d+)\.(?\d+)$ -ARG RUMDL_VERSION=v0.1.81 +ARG RUMDL_VERSION=v0.1.93 RUN mise use -g lychee@$LYCHEE_VERSION rumdl@$RUMDL_VERSION