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

20 lines
334 B
YAML

labels:
platform: linux/amd64
when:
event:
- push
steps:
renovateDryRun:
image: renovate/renovate
pull: true
secrets: [ renovate_token ]
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml
RENOVATE_DRY_RUN: full
LOG_LEVEL: debug
secrets: [ GITHUB_COM_TOKEN ]