Add .woodpecker.yml
Some checks failed
ci/woodpecker/cron/woodpecker Pipeline failed

This commit is contained in:
2026-07-13 22:28:56 +01:00
parent 53114243c6
commit 7350571f83

19
.woodpecker.yml Normal file
View File

@@ -0,0 +1,19 @@
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