diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfef9ff..d7e53af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -70,5 +70,7 @@ renovate: | |||
| 70 | image: | 70 | image: |
| 71 | name: renovate/renovate:39 | 71 | name: renovate/renovate:39 |
| 72 | entrypoint: [''] | 72 | entrypoint: [''] |
| 73 | only: | ||
| 74 | - schedules | ||
| 73 | script: | 75 | script: |
| 74 | - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} | 76 | - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} |
