Refine dependabot configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 19:21:26 +0000 (21:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 19:21:26 +0000 (21:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/dependabot.yml
.github/workflows/ci.yml

index db5cb9e4119ad15c020ed5f8c6498e6693f1e816..5dde9443fa18a68f35204bfa34f26386c679ac89 100644 (file)
@@ -9,4 +9,5 @@ updates:
       - 'dependencies'
     reviewers:
       - 'jerome-benoit'
+      - 'olivierbagot'
     versioning-strategy: increase
index 1eae52007da0d57b78a1531740bbc4d06f79b7a5..c8cf44c5c9774dbe38839d5c18e9399c88b61918 100644 (file)
@@ -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