From 3f34c53fe78bd7c8d086230f8fb52a7ec099156d Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@gmx.de>
Date: Fri, 4 Oct 2024 23:05:57 +0000
Subject: [PATCH] fix(deps): update ghcr.io/renovatebot/renovate docker tag to
 v38.110.2 (renovate-bot/renovate-runner!3023)

---
 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 721744139..e65aa7696 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:38.110.1@sha256:75305e13dfb91254974655b9ec13dbd41a16ee06693cec7b444389a4c107566b
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.110.2@sha256:06665449c11c61011319ef8f1cd6e00a265d2692e84586f964ba368d4f67591d
 
 renovate-config-validator:
   stage: test
diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml
index cbb09449a..adc85e695 100644
--- a/templates/renovate.gitlab-ci.yml
+++ b/templates/renovate.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
   RENOVATE_REPOSITORY_CACHE: 'enabled'
   LOG_FILE: renovate-log.ndjson
   LOG_FILE_LEVEL: debug
-  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.110.1@sha256:75305e13dfb91254974655b9ec13dbd41a16ee06693cec7b444389a4c107566b
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:38.110.2@sha256:06665449c11c61011319ef8f1cd6e00a265d2692e84586f964ba368d4f67591d
 
 .renovate:
   cache:
-- 
GitLab