woodpecker-renovate/.woodpecker/dryRun.yml

18 lines
290 B
YAML
Raw Normal View History

2024-02-18 01:41:59 +01:00
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