renovate-config/.woodpecker.yml
renovate-bot ffe272f2e4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
.woodpecker.yml aktualisiert
2025-04-04 14:21:48 +00:00

14 lines
No EOL
267 B
YAML

when:
event:
- cron
- push
steps:
- name: renovate-run
image: ghcr.io/renovatebot/renovate:latest
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: "./config.js"
RENOVATE_TOKEN: ${RENOVATE_TOKEN}
LOG_LEVEL: info