renovate-config/.woodpecker/lint.yaml

21 lines
308 B
YAML
Raw Normal View History

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