Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -124,3 +124,5 @@ include: ``` This template will add a `renovate-config-validator` job to the pipeline that ensures the Renovate configuration is valid. You can use the `RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS` to supply additional CLI options [supported by the validator](https://docs.renovatebot.com/config-validation/). templates/renovate-config-validator.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ renovate-config-validator: stage: test image: $CI_RENOVATE_IMAGE script: - renovate-config-validator - renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -124,3 +124,5 @@ include: ``` This template will add a `renovate-config-validator` job to the pipeline that ensures the Renovate configuration is valid. You can use the `RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS` to supply additional CLI options [supported by the validator](https://docs.renovatebot.com/config-validation/).
templates/renovate-config-validator.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ renovate-config-validator: stage: test image: $CI_RENOVATE_IMAGE script: - renovate-config-validator - renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS