woodpecker-renovate/.woodpecker/dryRun.yml

22 lines
388 B
YAML
Raw Normal View History

labels:
platform: linux/amd64
2024-02-18 01:41:59 +01:00
when:
event:
- push
steps:
renovateDryRun:
image: renovate/renovate
pull: true
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml
RENOVATE_DRY_RUN: full
LOG_LEVEL: debug
2025-01-20 23:45:56 +01:00
RENOVATE_TOKEN:
from_secret: renovate_token
GITHUB_COM_TOKEN:
from_secret: GITHUB_COM_TOKEN