From 3cfb4fd96071ed0bdda02b4007777ce4940f6179 Mon Sep 17 00:00:00 2001 From: jfriedli Date: Mon, 24 Jan 2022 20:15:46 +0000 Subject: [PATCH] RenovateBot: Update renovate/renovate Docker tag to v31 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80db9a4..30708fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ renovate: variables: RENOVATE_TOKEN: $GITLAB_API_TOKEN image: - name: renovate/renovate:19 + name: renovate/renovate:31 entrypoint: [''] script: - node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} \ No newline at end of file