RenovateBot: Update renovate/renovate Docker tag to v31

This commit is contained in:
jfriedli 2022-01-24 20:15:46 +00:00
parent 91e593a026
commit 3cfb4fd960

View File

@ -66,7 +66,7 @@ renovate:
variables: variables:
RENOVATE_TOKEN: $GITLAB_API_TOKEN RENOVATE_TOKEN: $GITLAB_API_TOKEN
image: image:
name: renovate/renovate:19 name: renovate/renovate:31
entrypoint: [''] entrypoint: ['']
script: script:
- node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} - node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH}