From 2a857780bae1c5edf844b34bf8b0420c71a6d6df Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@gmx.de> Date: Mon, 23 Dec 2024 12:09:53 +0000 Subject: [PATCH] fix(deps): update ghcr.io/renovatebot/renovate docker tag to v39.82.2 (renovate-bot/renovate-runner!3193) --- 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 d0a895cd..3a3c38cc 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.82.1@sha256:76113a0448a0ef3fc86dc69496e7ccd9e3e76cfefa07058fd4f40bc7a8f7b6bf + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.82.2@sha256:8ee731c270a621d749154e0fceb9e6dfb1089ae5798d36294029e0e6d6c2ba22 renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index de91d5ae..5ae3578e 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.82.1@sha256:76113a0448a0ef3fc86dc69496e7ccd9e3e76cfefa07058fd4f40bc7a8f7b6bf + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.82.2@sha256:8ee731c270a621d749154e0fceb9e6dfb1089ae5798d36294029e0e6d6c2ba22 .renovate: cache: -- GitLab