renovate-config/.woodpecker.yml
Phil 3729a5d62a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added PAT Secret to Woodpecker
2025-04-04 14:23:59 +00:00

15 lines
No EOL
285 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:
from_secret: RENOVATE_TOKEN
LOG_LEVEL: info