Skip to content

Commit

Permalink
chore(deps): add dependabot configuration file (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood authored Dec 12, 2024
1 parent b0856c4 commit 8427954
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: yarn check-style

- name: Upload coverage reports
if: ${{ matrix.node == "19.x" && github.actor != 'dependabot[bot]' }}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}
Expand Down

0 comments on commit 8427954

Please sign in to comment.