woodpecker-renovate/.woodpecker/dryRun.yml
Oliver Traber 33fece974f
All checks were successful
ci/woodpecker/push/dryRun Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful
Use labels instead of deprected platform filter
2024-02-18 02:40:54 +01:00

19 lines
300 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