From 8481997d5f569fc6fcb7a764195127b063ef03ce Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Thu, 23 Nov 2023 21:05:41 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v37.66.0 (renovate-bot/renovate-runner!2195) --- 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 a6837168..460df712 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:37.65.3@sha256:bac596c2cc2d7f9f305ea3a741c73b8b1d91818534ba3edd67e93972c3e7730c + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.66.0@sha256:49d15f31108ecc85e1fc7bb6302b1d267bd64587caec4e2eb8c8d92e3a0d8b54 renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index aa636fe4..2cde692f 100644 --- a/templates/renovate.gitlab-ci.yml +++ b/templates/renovate.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: RENOVATE_EXTENDS: 'github>whitesource/merge-confidence:beta' RENOVATE_LOG_FILE: renovate-log.ndjson RENOVATE_LOG_FILE_LEVEL: debug - CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.65.3@sha256:bac596c2cc2d7f9f305ea3a741c73b8b1d91818534ba3edd67e93972c3e7730c + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.66.0@sha256:49d15f31108ecc85e1fc7bb6302b1d267bd64587caec4e2eb8c8d92e3a0d8b54 .renovate: cache: -- GitLab