generated from Templates/Baseline
21 lines
289 B
YAML
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
|