From 74af8bc7a4d2a2b27c66bd41a2189b9367cc97f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:33:22 +0000 Subject: [PATCH] Update dependency renovate to v39.84.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4873d5dac7..7c5e1c7600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN git version && \ # Install Renovate # renovate: datasource=npm depName=renovate -ENV RENOVATE_VERSION=39.83.0 +ENV RENOVATE_VERSION=39.84.0 # We need to run scripts here to have RE2 installed RUN npm install -g renovate@${RENOVATE_VERSION} && \