Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/composer/app/mockery/mockery-1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marchershey authored May 17, 2024
2 parents f2298f1 + 948d212 commit e5d7164
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ updates:
interval: daily
open-pull-requests-limit: 10
labels:
- dependabot
- dependencies
- dep-composer
- '!Chore'
- 'dbot'
- 'dep'
- 'dep: composer'
versioning-strategy: increase

# Maintain dependencies for npm
Expand All @@ -19,9 +20,10 @@ updates:
interval: daily
open-pull-requests-limit: 10
labels:
- dependabot
- dependencies
- dep-npm
- '!Chore'
- 'dbot'
- 'dep'
- 'dep: npm'
versioning-strategy: increase

# Maintain dependencies for GitHub Actions
Expand All @@ -31,6 +33,7 @@ updates:
interval: daily
open-pull-requests-limit: 10
labels:
- dependabot
- dependencies
- dep-github
- '!Chore'
- 'dbot'
- 'dep'
- 'dep: github'
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit e5d7164

Please sign in to comment.