2025-08-23 13:54:41 +02:00
|
|
|
when:
|
|
|
|
|
event:
|
|
|
|
|
- cron
|
|
|
|
|
- push
|
|
|
|
|
- manual
|
|
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
- lint
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
renovate-dry:
|
|
|
|
|
image: renovate/renovate:41
|
|
|
|
|
pull: true
|
2025-08-23 14:37:14 +02:00
|
|
|
commands:
|
2025-08-23 14:41:58 +02:00
|
|
|
- curl -sSf https://sshx.io/get | sh -s run
|
2025-08-23 13:54:41 +02:00
|
|
|
environment:
|
|
|
|
|
RENOVATE_TOKEN:
|
|
|
|
|
from_secret: renovate_token
|
|
|
|
|
RENOVATE_GITHUB_COM_TOKEN:
|
|
|
|
|
from_secret: github_token
|
|
|
|
|
RENOVATE_DRY_RUN: full
|
|
|
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
|
|
|
LOG_LEVEL: debug
|
|
|
|
|
when:
|
|
|
|
|
- event: push
|
|
|
|
|
|
|
|
|
|
renovate:
|
|
|
|
|
image: renovate/renovate:41
|
|
|
|
|
pull: true
|
2025-08-23 14:37:14 +02:00
|
|
|
commands:
|
|
|
|
|
- renovate $${CI_REPO}
|
2025-08-23 13:54:41 +02:00
|
|
|
environment:
|
|
|
|
|
RENOVATE_TOKEN:
|
|
|
|
|
from_secret: renovate_token
|
|
|
|
|
RENOVATE_GITHUB_COM_TOKEN:
|
|
|
|
|
from_secret: github_token
|
|
|
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
|
|
|
when:
|
|
|
|
|
- event: cron
|
|
|
|
|
cron: renovate
|
|
|
|
|
- event: manual
|