Offer a config validation template
We'd like to provide a config validation template to our internal users so that they can verify their renovate config files.
What do you think about offering such a template here, e.g. /templates/renovate-config-validator.gitlab-ci.yml
:
renovate-config-validator:
stage: test
image: $CI_RENOVATE_IMAGE
script: renovate-config-validator
Edited by Florian Greinacher