renovate-config/.woodpecker/lint.yaml
CIBot fbbd2111d1
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
chore(deps): update renovate/renovate docker tag to v42
2025-11-06 11:05:54 +00:00

20 lines
308 B
YAML

when:
event:
- push
- manual
- cron
matrix:
RENOVATE_CONFIG_FILE:
- config.js
steps:
lint:
image: renovate/renovate:42
pull: true
commands:
- renovate-config-validator
environment:
LOG_LEVEL: debug
RENOVATE_TOKEN:
from_secret: renovate_token