From fe7065655cf05e06142b86dfab58061f75720ef9 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Wed, 22 Nov 2023 15:07:24 +0000 Subject: [PATCH] feat(deps): update ghcr.io/renovatebot/renovate docker tag to v37.65.0 (renovate-bot/renovate-runner!2191) --- 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 fe0d4684..8f8bcbe1 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.64.3@sha256:a852457e21996a2e01ed25b9d84e83c680059c6031685936edf2cd5a7eceb046 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.65.0@sha256:9ba1999849551e0653e47c877a1e13634b1ced1888cfb9ba0853dc34eda906a0 renovate-config-validator: stage: test diff --git a/templates/renovate.gitlab-ci.yml b/templates/renovate.gitlab-ci.yml index 3a5a6d61..2646f66e 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.64.3@sha256:a852457e21996a2e01ed25b9d84e83c680059c6031685936edf2cd5a7eceb046 + CI_RENOVATE_IMAGE: ghcr.io/renovatebot/renovate:37.65.0@sha256:9ba1999849551e0653e47c877a1e13634b1ced1888cfb9ba0853dc34eda906a0 .renovate: cache: -- GitLab