Skip to content

Commit

Permalink
ci(dependabot): update the configurations for dependabot alerts (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali214 authored Dec 11, 2024
1 parent d3b3fb4 commit ec90525
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependency update"
commit-message:
prefix: "build"
include: "scope"
open-pull-requests-limit: 10
rebase-strategy: "auto"
reviewers:
- "asadali214"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: composer test-ci

- name: Upload coverage report
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.1' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.1' && github.actor != 'dependabot[bot]' }}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 3ee5e7a87dbd07c2616dfc72aada93a8d88684a483279f3995ab045190b5a811
Expand Down

0 comments on commit ec90525

Please sign in to comment.