Validate your project's renovate configuration.
Usage
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/lint-renovate@stable
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| config | Path to the Renovate configuration file | renovate.json | string |
| flags | Extra flags to pass to renovate-config-validator such as --log-level=debug | --strict | string |
| name | Name for the lint job (prefixed by 'lint:') | renovate | string |
| rules | The jobs that this job depends on. | [{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"if":"$CI_PIPELINE_SOURCE == \"merge_request_event\"","when":"on_success"},{"when":"on_success"}] | array |
| stage | The stage to run the job in | lint | string |