Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timkley authored Sep 20, 2024
1 parent 383ab39 commit 370a2de
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
- package-ecosystem: composer
directory: /
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
update-types: [ "version-update:semver-patch", "version-update:semver-minor" ]
interval: weekly
groups:
minor-and-patch:
patterns:
- '*'
update-types:
- minor
- patch

0 comments on commit 370a2de

Please sign in to comment.