Add config check

This commit is contained in:
Valentin Brandl 2024-04-18 16:09:34 +02:00
parent 66515fff06
commit a952712661
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 14 additions and 9 deletions

View File

@ -0,0 +1,14 @@
name: renovate config check
on:
pull_request:
jobs:
renovate-config-validator:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.305.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
- name: Config check
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS

View File

@ -20,12 +20,3 @@ jobs:
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_ONBOARDING_CONFIG: '{"$$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"] }'
renovate-config-validator:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.305.0
steps:
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
- name: Config check
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS