renovate-config/.woodpecker.yml
Phil fae4c23f3f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful
.woodpecker.yml aktualisiert
2025-04-04 14:48:42 +00:00

16 lines
No EOL
320 B
YAML

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