woodpecker-renovate/.woodpecker/renovate.yml

18 lines
273 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
2024-04-06 01:24:13 +02:00
secrets: [ renovate_token, GITHUB_COM_TOKEN ]
2024-02-18 01:41:59 +01:00
commands:
- renovate
environment:
2024-04-06 01:24:13 +02:00
RENOVATE_CONFIG_FILE: config.yml