From 0c199474012d9729bad8ab3be14b6c02717e6100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 16:50:48 +0000 Subject: [PATCH] Update dependency renovate to v37.45.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f60f5f386..3f67d09af8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update -y && \ # Install Renovate # renovate: datasource=npm depName=renovate -ENV RENOVATE_VERSION=37.43.0 +ENV RENOVATE_VERSION=37.45.0 # We need to run scripts here to have RE2 installed RUN npm install -g renovate@${RENOVATE_VERSION} && \