From 43216e63c2bfb536d7fa860c065d97421682ca99 Mon Sep 17 00:00:00 2001
From: Michael Kriese <michael.kriese@visualon.de>
Date: Fri, 24 Nov 2023 21:03:40 +0000
Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to
 v37.68.0 (renovate-bot/renovate-runner!2198)

---
 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 7f31b269..269778a2 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.67.3@sha256:44fa862605e4eb2657c081132262edc951adad8d4610cd12cac644dcd9a8310f
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.68.0@sha256:d63b2b5370394c205f1a22f05afacf8b473e329232b5ad2f25e0e8808a091bd6
 
 renovate-config-validator:
   stage: test
diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml
index 9ba1449b..b82625ae 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.67.3@sha256:44fa862605e4eb2657c081132262edc951adad8d4610cd12cac644dcd9a8310f
+  CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.68.0@sha256:d63b2b5370394c205f1a22f05afacf8b473e329232b5ad2f25e0e8808a091bd6
 
 .renovate:
   cache:
-- 
GitLab