From c22a7421841ea91192484a849d6a02fbbfc1e6ce Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@gmx.de> Date: Tue, 17 Dec 2024 12:08:07 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v39.72.1 (renovate-bot/renovate-runner!3179) --- 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 347f5dd7..e4dd6d73 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:39.69.3@sha256:9d98d1fa86ecce44df13636011386ea5a3dfd568424be696017c9daf352ab340 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.72.1@sha256:54a021ba02800eb7d66628b4d99b379fc648bca1f6081162d2e87dfa8b3d25db renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index 14849e18..9f90e65f 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:39.69.3@sha256:9d98d1fa86ecce44df13636011386ea5a3dfd568424be696017c9daf352ab340 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.72.1@sha256:54a021ba02800eb7d66628b4d99b379fc648bca1f6081162d2e87dfa8b3d25db .renovate: cache: -- GitLab