Skip to main content

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

NameDescriptionDefaultType
------------
configPath to the Renovate configuration filerenovate.jsonstring
flagsExtra flags to pass to renovate-config-validator such as --log-level=debug--strictstring
nameName for the lint job (prefixed by 'lint:')renovatestring
rulesThe 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
stageThe stage to run the job inlintstring