This commit is contained in:
parent
3cd8ec9fef
commit
482b5c03ea
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
when:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: renovate-run
|
||||
image: ghcr.io/renovatebot/renovate:latest
|
||||
commands:
|
||||
- renovate
|
||||
environment:
|
||||
RENOVATE_TOKEN: ${RENOVATE_TOKEN}
|
||||
LOG_LEVEL: info
|
Loading…
Add table
Reference in a new issue