Files
renovate/.woodpecker.yml
renovate-bot 7350571f83
Some checks failed
ci/woodpecker/cron/woodpecker Pipeline failed
Add .woodpecker.yml
2026-07-13 22:28:56 +01:00

19 lines
390 B
YAML

when:
- event: push
branch: main
- event: manual
branch: main
- event: cron
steps:
renovate:
image: ghcr.io/renovatebot/renovate:latest
environment:
LOG_LEVEL: debug
RENOVATE_CONFIG_FILE: config.js
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: RENOVATE_GITHUB_TOKEN
commands:
- renovate