From 73a5fba05d9b8fd75f0b9d47982aa6a3edc9a00d Mon Sep 17 00:00:00 2001 From: Dare Roinishvili Date: Wed, 10 May 2023 12:56:00 +0300 Subject: [PATCH] conf:renovate automerge configuration DAPI-1542 configure renovate automerge strategy --- .github/renovate.json | 6 ++++++ .github/workflows/pr-sonar.yml | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .github/renovate.json 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..e7dffa9 100644 --- a/.github/workflows/pr-sonar.yml +++ b/.github/workflows/pr-sonar.yml @@ -6,10 +6,10 @@ on: - master jobs: - build: + sonar: 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