diff --git a/.github/workflows/validate-renovate-config.yml b/.github/workflows/validate-renovate-config.yml deleted file mode 100644 index 794ba4339e6..00000000000 --- a/.github/workflows/validate-renovate-config.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Validate Renovate Config - -on: - pull_request: - paths: - - 'renovate.json5' - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - validate-renovate-config: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Setup - id: config - uses: ./.github/actions/init - with: - cache-enabled: true - turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }} - turbo-team: ${{ vars.TURBO_TEAM }} - turbo-token: ${{ secrets.TURBO_TOKEN }} - - - name: Validate Renovate Config - run: npx --yes --package renovate@latest renovate-config-validator