From 7bb52484301009abef3517c13ff8c3f24c56efeb Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@gmx.de> Date: Sun, 22 Dec 2024 18:04:52 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v39.82.0 (renovate-bot/renovate-runner!3191) --- 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 108aaebe..1afea755 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.80.0@sha256:b2165c338d7aca0c24d57895cc390b6b3597d9bb79af136eccd4519507b67807 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.82.0@sha256:b1dfaa39347bf733de92bafca5d0244d0097794bbc0028b4be11312fd5d176d4 renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index c53195f7..531d7aca 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.80.0@sha256:b2165c338d7aca0c24d57895cc390b6b3597d9bb79af136eccd4519507b67807 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:39.82.0@sha256:b1dfaa39347bf733de92bafca5d0244d0097794bbc0028b4be11312fd5d176d4 .renovate: cache: -- GitLab