fix: renovatebot
This commit is contained in:
parent
8328aecf1f
commit
906fad865c
1 changed files with 19 additions and 0 deletions
19
.woodpecker/renovate.yaml
Normal file
19
.woodpecker/renovate.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
steps:
|
||||||
|
- name: "renovate"
|
||||||
|
image: ghcr.io/renovatebot/renovate:39.13
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
- event: cron
|
||||||
|
cron: "renovatebot"
|
||||||
|
- event: pull_request
|
||||||
|
repo: 'wrenix/renovate-cronjob'
|
||||||
|
branch: 'renovate/*'
|
||||||
|
environment:
|
||||||
|
LOG_FORMAT: json
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: RENOVATE_TOKEN
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
|
commands:
|
||||||
|
- renovate
|
Loading…
Add table
Reference in a new issue