19 lines
420 B
YAML
19 lines
420 B
YAML
steps:
|
|
- name: renovate
|
|
image: renovate/renovate
|
|
pull: true
|
|
commands:
|
|
- renovate $${CI_REPO}
|
|
environment:
|
|
RENOVATE_PLATFORM: gitea
|
|
RENOVATE_ENDPOINT: https://git.adrien.run
|
|
RENOVATE_GIT_AUTHOR: renovate-bot <renovate-bot@adrien.run>
|
|
RENOVATE_TOKEN:
|
|
from_secret: renovate-bot-mr-token
|
|
LOG_LEVEL: debug
|
|
|
|
when:
|
|
- event: cron
|
|
cron: renovate
|
|
- event: manual
|