From 54dfe254e11a6144740130d09058fb4e095adff6 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Mon, 27 Nov 2023 18:06:51 +0000
Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to
 v37.71.0 (renovate-bot/renovate-runner!2203)

---
 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 9af4735b..9378fd9f 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.68.4@sha256:7db276d12f9ad40744c08980aca72aff63fabd60b65d2c7bd071e688e20b520a
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.0@sha256:6f01d2ad683298a3c294f0e15a5647e5ed3f2a14fb651ce68d0cd71573423f11
 
 renovate-config-validator:
   stage: test
diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml
index 8032ee44..fc3057db 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.68.4@sha256:7db276d12f9ad40744c08980aca72aff63fabd60b65d2c7bd071e688e20b520a
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.71.0@sha256:6f01d2ad683298a3c294f0e15a5647e5ed3f2a14fb651ce68d0cd71573423f11
 
 .renovate:
   cache:
-- 
GitLab