config/.woodpecker/lint.yml
renovate-bot 787684def5
All checks were successful
ci/woodpecker/push/lint/1 Pipeline was successful
ci/woodpecker/push/lint/2 Pipeline was successful
ci/woodpecker/push/lint/3 Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
chore(deps): update renovate/renovate docker tag to v39
2024-11-05 18:36:32 +00:00

21 lines
289 B
YAML

when:
event:
- push
- manual
- cron
matrix:
RENOVATE_CONFIG_FILE:
- config.js
- default.json
- renovate.json
steps:
lint:
image: renovate/renovate:39
pull: true
commands:
- renovate-config-validator
environment:
LOG_LEVEL: debug