This commit is contained in:
19
.woodpecker.yml
Normal file
19
.woodpecker.yml
Normal 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
|
||||||
Reference in New Issue
Block a user