chore(renovate): add main config file and lint step
Some checks failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
pips 2025-08-23 13:34:56 +02:00
parent ac9ae17cb2
commit dbf28f6902
2 changed files with 28 additions and 0 deletions

20
.woodpecker/lint.yaml Normal file
View 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