From 20f0a79e78a767be4d9a8f7988256686e5d6cc62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:18:16 +0000 Subject: [PATCH] Update dependency renovate to v37.399.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1afc91de4c..fac752e7c56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ WORKDIR / # Install Renovate # renovate: datasource=npm depName=renovate -ENV RENOVATE_VERSION=37.399.0 +ENV RENOVATE_VERSION=37.399.9 # We need to run scripts here to have RE2 installed RUN npm install -g renovate@${RENOVATE_VERSION} && \