diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..26d5a9e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>Tradeshift/renovate-config:automerge-dev-deps" + ] +} diff --git a/.github/workflows/pr-sonar.yml b/.github/workflows/pr-sonar.yml index 1a13dd2..a826477 100644 --- a/.github/workflows/pr-sonar.yml +++ b/.github/workflows/pr-sonar.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: fetching if: contains(github.ref, 'pull') run: | @@ -21,5 +21,4 @@ jobs: ca-cert: ${{ secrets.MTLS_CACERT }} client-cert: ${{ secrets.MTLS_CERT }} client-key: ${{ secrets.MTLS_KEY }} - token: ${{ secrets.SONAR_TOKEN }} - host: "https://sonar.ts.sv" + token: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file