From 1866050be5efc57d59593fd3181170a1043f1f86 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Tue, 21 Nov 2023 12:06:35 +0000
Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to
 v37.64.1 (renovate-bot/renovate-runner!2189)

---
 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 d11a5170..6505b8f2 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.63.0@sha256:884181c4dfec97ecb375adf40e82a20f864924ad44ecb135283a5648f38c1a60
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.64.1@sha256:b6a6dbe2ae7d7a44028c7995841f3663e04832ce702da149543542a377d92c4e
 
 renovate-config-validator:
   stage: test
diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml
index 8f65e361..417619aa 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.63.0@sha256:884181c4dfec97ecb375adf40e82a20f864924ad44ecb135283a5648f38c1a60
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.64.1@sha256:b6a6dbe2ae7d7a44028c7995841f3663e04832ce702da149543542a377d92c4e
 
 .renovate:
   cache:
-- 
GitLab