woodpecker-renovate/.woodpecker/dryRun.yml
Oliver Traber 01e7d8b6d3
All checks were successful
ci/woodpecker/manual/renovate Pipeline was successful
Initial commit
2024-02-18 01:41:59 +01:00

18 lines
290 B
YAML

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