chore(renovate): add main config file and lint step
Some checks failed
ci/woodpecker/push/lint Pipeline failed
Some checks failed
ci/woodpecker/push/lint Pipeline failed
This commit is contained in:
parent
ac9ae17cb2
commit
dbf28f6902
2 changed files with 28 additions and 0 deletions
20
.woodpecker/lint.yaml
Normal file
20
.woodpecker/lint.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- manual
|
||||
- cron
|
||||
|
||||
matrix:
|
||||
RENOVATE_CONFIG_FILE:
|
||||
- config.js
|
||||
|
||||
steps:
|
||||
lint:
|
||||
image: renovate/renovate:41
|
||||
pull: true
|
||||
commands:
|
||||
- renovate-config-validator
|
||||
environment:
|
||||
LOG_LEVEL: debug
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: renovate_token
|
||||
Loading…
Add table
Add a link
Reference in a new issue