feat(nr-k8s-otel-collector): temporarily change state persistence pat… #6768
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Renovate configuration | |
| on: pull_request | |
| jobs: | |
| renovate-config-validator: | |
| name: Renovate config validator | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Test that the config is valid | |
| run: | | |
| docker run --rm \ | |
| -v "${{ github.workspace }}/.github/renovate.json5:/usr/src/app/renovate.json5" \ | |
| ghcr.io/renovatebot/renovate:latest \ | |
| renovate-config-validator renovate.json5 |