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 8ea69d6..3aa4ae6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -64,7 +64,7 @@ renovate: | |||
| 64 | variables: | 64 | variables: |
| 65 | RENOVATE_TOKEN: $GITLAB_API_TOKEN | 65 | RENOVATE_TOKEN: $GITLAB_API_TOKEN |
| 66 | image: | 66 | image: |
| 67 | name: renovate/renovate:32 | 67 | name: renovate/renovate:34 |
| 68 | entrypoint: [''] | 68 | entrypoint: [''] |
| 69 | script: | 69 | script: |
| 70 | - 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 | 70 | - 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 |
