From 1cd41a73d151ab7142e4d41b849e578a79136669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 07:09:08 +0100 Subject: [PATCH] Update dependency renovate to v37.159.0 (#598) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 509c51e1f1..6eeeab652c 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.158.1 +ENV RENOVATE_VERSION=37.159.0 # We need to run scripts here to have RE2 installed RUN npm install -g renovate@${RENOVATE_VERSION} && \