renovate-config/.woodpecker/lint.yaml
pips dbf28f6902
Some checks failed
ci/woodpecker/push/lint Pipeline failed
chore(renovate): add main config file and lint step
2025-08-23 13:37:32 +02:00

20 lines
308 B
YAML

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