From b1da9cfd053e3ea4fe1b10879e467395220f4380 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@gmx.de> Date: Fri, 17 Jan 2025 18:05:45 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v39.115.2 (renovate-bot/renovate-runner!3242) --- 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 a1b91dc0..b318ddf7 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.114.0@sha256:fa4bafea98d1da505b141ad2b0d63d1363efe7a041e10aa0ad3387f1838d1ebd + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.115.2@sha256:739b1e9f1587fe51e43588c48f9bc0cc26401e4ed9699438b2482d2e487d4357 renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index 7e16426e..a5646b83 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.114.0@sha256:fa4bafea98d1da505b141ad2b0d63d1363efe7a041e10aa0ad3387f1838d1ebd + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.115.2@sha256:739b1e9f1587fe51e43588c48f9bc0cc26401e4ed9699438b2482d2e487d4357 .renovate: cache: -- GitLab