woodpecker-renovate/.woodpecker/dryRun.yml
Oliver Traber 67a4122fe3
All checks were successful
ci/woodpecker/push/dryRun Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
Add GitHub token
2024-04-06 01:24:13 +02:00

19 lines
318 B
YAML

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