From 536023b15ab5dddf005b732aa348c2837c1470fa Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@gmx.de> Date: Sat, 21 Dec 2024 00:08:11 +0000 Subject: [PATCH] fix(deps): update ghcr.io/renovatebot/renovate docker tag to v39.79.1 (renovate-bot/renovate-runner!3189) --- 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 02ccbe8a..ea9b647b 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.79.0@sha256:061fe5a8e6224d9cb7704b4a3f8f48c2e8121e0fec846242e193407d4774b817 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.79.1@sha256:e693cb07853865ae129a56585b44999de212c7fe264718dce0de2137cca756ea renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index 5ed70751..fb6366b1 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.79.0@sha256:061fe5a8e6224d9cb7704b4a3f8f48c2e8121e0fec846242e193407d4774b817 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.79.1@sha256:e693cb07853865ae129a56585b44999de212c7fe264718dce0de2137cca756ea .renovate: cache: -- GitLab