generated from Templates/Baseline
🎉 initial setup
All checks were successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/manual/lint/2 Pipeline was successful
ci/woodpecker/manual/lint/3 Pipeline was successful
ci/woodpecker/manual/lint/1 Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful
All checks were successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/manual/lint/2 Pipeline was successful
ci/woodpecker/manual/lint/3 Pipeline was successful
ci/woodpecker/manual/lint/1 Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful
This commit is contained in:
32
.woodpecker/renovate.yml
Normal file
32
.woodpecker/renovate.yml
Normal file
@ -0,0 +1,32 @@
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
- manual
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
|
||||
steps:
|
||||
renovate-dry:
|
||||
image: renovate/renovate:37
|
||||
secrets: [renovate_token, github_com_token]
|
||||
pull: true
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: config.js
|
||||
LOG_LEVEL: debug
|
||||
RENOVATE_DRY_RUN: full
|
||||
when:
|
||||
- event: push
|
||||
|
||||
renovate:
|
||||
image: renovate/renovate:37
|
||||
secrets: [renovate_token, github_com_token]
|
||||
pull: true
|
||||
environment:
|
||||
RENOVATE_CONFIG_FILE: config.js
|
||||
LOG_LEVEL: info
|
||||
when:
|
||||
- event: cron
|
||||
cron: renovate
|
||||
- event: manual
|
Reference in New Issue
Block a user