Skip to content

Commit 8427954

Browse files
authored
chore(deps): add dependabot configuration file (#196)
1 parent b0856c4 commit 8427954

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
labels:
13+
- "dependency update"
14+
commit-message:
15+
prefix: "build"
16+
include: "scope"
17+
open-pull-requests-limit: 10
18+
rebase-strategy: "auto"
19+
reviewers:
20+
- "asadali214"
21+
- "MaryamAdnan3"
22+
- "hamzamahmood"

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: yarn check-style
3737

3838
- name: Upload coverage reports
39+
if: ${{ matrix.node == "19.x" && github.actor != 'dependabot[bot]' }}
3940
uses: paambaati/codeclimate-action@v3.0.0
4041
env:
4142
CC_TEST_REPORTER_ID: ${{ secrets.TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)