From 951ab09cf3486b2a050211625f094a08f4fc19f0 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 28 Nov 2023 09:07:19 +0000
Subject: [PATCH] fix(deps): update ghcr.io/renovatebot/renovate docker tag to
 v37.71.2 (renovate-bot/renovate-runner!2206)

---
 templates/renovate-config-validator.gitlab-ci.yml | 2 +-
 templates/renovate.gitlab-ci.yml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/renovate-config-validator.gitlab-ci.yml b/templates/renovate-config-validator.gitlab-ci.yml
index 96d75c80..c198778f 100644
--- a/templates/renovate-config-validator.gitlab-ci.yml
+++ b/templates/renovate-config-validator.gitlab-ci.yml
@@ -1,7 +1,7 @@
 variables:
   RENOVATE_ENDPOINT: $CI_API_V4_URL
   RENOVATE_PLATFORM: gitlab
-  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.1@sha256:9b2433d60731b6a2b5e27dc6b5b5d0fbfe7d793a2bffe20aeeb88aba1ab1ca1d
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.2@sha256:1ea25d907512b096080f291e04058a32327e642f904e5cd37de4bd3d0134d4e0
 
 renovate-config-validator:
   stage: test
diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml
index d333e6ad..82d69461 100644
--- a/templates/renovate.gitlab-ci.yml
+++ b/templates/renovate.gitlab-ci.yml
@@ -10,7 +10,7 @@ variables:
   RENOVATE_EXTENDS: 'github>whitesource/merge-confidence:beta'
   RENOVATE_LOG_FILE: renovate-log.ndjson
   RENOVATE_LOG_FILE_LEVEL: debug
-  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.1@sha256:9b2433d60731b6a2b5e27dc6b5b5d0fbfe7d793a2bffe20aeeb88aba1ab1ca1d
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.2@sha256:1ea25d907512b096080f291e04058a32327e642f904e5cd37de4bd3d0134d4e0
 
 .renovate:
   cache:
-- 
GitLab