diff options
| author | jfriedli | 2025-06-07 17:24:16 +0200 |
|---|---|---|
| committer | jfriedli | 2025-06-07 17:24:16 +0200 |
| commit | 17c6eb32f64fe8b24f4236eb519dd255fd937cb6 (patch) | |
| tree | 1424cd720f9712ce802860623019e7f3adc0f1a0 | |
| parent | e9ba97aea6e0e7cb70a308b17c887dc4fab92b5a (diff) | |
Update .gitlab-ci.yml file
| -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} |
