Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 24, 2024
1 parent fbb2754 commit 78e7175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
interval: weekly
day: wednesday
groups:
production-dependencies:
php-production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
php-dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
Expand All @@ -26,12 +26,12 @@ updates:
interval: weekly
day: wednesday
groups:
production-dependencies:
js-production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
js-dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
Expand Down

0 comments on commit 78e7175

Please sign in to comment.