Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored Oct 7, 2024
1 parent 6840edb commit 9fc6263
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ updates:
labels:
- "dependencies"

- package-ecosystem: "composer"
- package-ecosystem: composer
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
interval: monthly
day: wednesday
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"

0 comments on commit 9fc6263

Please sign in to comment.