File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments