From 9d8bd6a5e4c97a878e4f3136e14ec03e57123391 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 18 May 2022 21:21:26 +0200 Subject: [PATCH] Refine dependabot configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/dependabot.yml | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db5cb9e4..5dde9443 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,5 @@ updates: - 'dependencies' reviewers: - 'jerome-benoit' + - 'olivierbagot' versioning-strategy: increase diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eae5200..c8cf44c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: npm run coverage run: npm run coverage - name: SonarCloud Scan - if: "github.repository == 'jerome-benoit/emobility-charging-stations-simulator' && matrix.node == '16.x'" + if: "github.repository == 'sap/emobility-charging-stations-simulator' && matrix.node == '16.x'" uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any -- 2.34.1