Commit 84d9247f authored by Nejc Habjan's avatar Nejc Habjan Committed by Michael Kriese
Browse files

feat(renovate-config-validator): support supplying CLI flags via environment...

feat(renovate-config-validator): support supplying CLI flags via environment variable (renovate-bot/renovate-runner!1921)
parent 4f4e05ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/).
+1 −1
Original line number Diff line number Diff line
@@ -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