chore(renovate): add renovate dry-run & real steps
Some checks failed
ci/woodpecker/cron/lint Pipeline was successful
ci/woodpecker/cron/renovate Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline failed
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/renovate Pipeline failed
Some checks failed
ci/woodpecker/cron/lint Pipeline was successful
ci/woodpecker/cron/renovate Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline failed
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/renovate Pipeline failed
This commit is contained in:
parent
dbf28f6902
commit
8144cef203
1 changed files with 37 additions and 0 deletions
37
.woodpecker/renovate.yaml
Normal file
37
.woodpecker/renovate.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
when:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- manual
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
|
||||
steps:
|
||||
renovate-dry:
|
||||
image: renovate/renovate:41
|
||||
pull: true
|
||||
environment:
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: renovate_token
|
||||
RENOVATE_GITHUB_COM_TOKEN:
|
||||
from_secret: github_token
|
||||
RENOVATE_DRY_RUN: full
|
||||
RENOVATE_CONFIG_FILE: config.js
|
||||
LOG_LEVEL: debug
|
||||
when:
|
||||
- event: push
|
||||
|
||||
renovate:
|
||||
image: renovate/renovate:41
|
||||
pull: true
|
||||
environment:
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: renovate_token
|
||||
RENOVATE_GITHUB_COM_TOKEN:
|
||||
from_secret: github_token
|
||||
RENOVATE_CONFIG_FILE: config.js
|
||||
when:
|
||||
- event: cron
|
||||
cron: renovate
|
||||
- event: manual
|
||||
Loading…
Add table
Add a link
Reference in a new issue