From 1e7410b3574c03cd4ed464b6d7aba1a84b88a20a Mon Sep 17 00:00:00 2001 From: Matweb Bot <matweb@brief.li> Date: Sun, 23 Feb 2025 04:11:21 +0000 Subject: [PATCH] RenovateBot: Update renovate/renovate Docker tag to v40 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97bd4a6..e25b21c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ renovate: variables: RENOVATE_TOKEN: $GITLAB_API_TOKEN image: - name: renovate/renovate:39 + name: renovate/renovate:40 entrypoint: [''] script: - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} -- GitLab