woodpecker-renovate/.woodpecker/renovate.yml

18 lines
288 B
YAML
Raw Normal View History

labels:
platform: linux/amd64
2024-02-18 01:41:59 +01:00
when:
event:
- cron
- manual
steps:
renovate:
image: renovate/renovate
pull: true
secrets: [ renovate_token ]
commands:
- renovate
environment:
2024-04-06 01:23:09 +02:00
RENOVATE_CONFIG_FILE: config.yml
secrets: [ GITHUB_COM_TOKEN ]