diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..103beb3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + labels: + - "dependency update" + commit-message: + prefix: "build" + include: "scope" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + reviewers: + - "asadali214" + - "MaryamAdnan3" + - "hamzamahmood" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc08ce1..312fcbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: run: yarn check-style - name: Upload coverage reports + if: ${{ matrix.node == "19.x" && github.actor != 'dependabot[bot]' }} uses: paambaati/codeclimate-action@v3.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}