Skip to content

Commit 9ab8839

Browse files
committed
Adjust dependabot settings
1 parent f69e29a commit 9ab8839

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ updates:
33
- package-ecosystem: "composer"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: weekly
7+
groups:
8+
patch-updates:
9+
update-types: ["patch"]
10+
minor-updates:
11+
update-types: ["minor"]
12+
open-pull-requests-limit: 5
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: weekly
17+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)