diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30708fc..f7b6676 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -66,7 +66,7 @@ renovate: | |||
| 66 | variables: | 66 | variables: |
| 67 | RENOVATE_TOKEN: $GITLAB_API_TOKEN | 67 | RENOVATE_TOKEN: $GITLAB_API_TOKEN |
| 68 | image: | 68 | image: |
| 69 | name: renovate/renovate:31 | 69 | name: renovate/renovate:32 |
| 70 | entrypoint: [''] | 70 | entrypoint: [''] |
| 71 | script: | 71 | script: |
| 72 | - 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 | 72 | - 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 |
