woodpecker-renovate/.woodpecker/renovate.yml
2024-04-06 01:23:09 +02:00

18 lines
288 B
YAML

labels:
platform: linux/amd64
when:
event:
- cron
- manual
steps:
renovate:
image: renovate/renovate
pull: true
secrets: [ renovate_token ]
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml
secrets: [ GITHUB_COM_TOKEN ]