Skip to content

Commit 2d8baea

Browse files
committed
dependabot.yml: Fix udpate-types declaration
1 parent 50f68d3 commit 2d8baea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
open-pull-requests-limit: 20 # Roughly half the number of dependencies
66
groups:
7-
update-types: patch
7+
composer:
8+
update-types:
9+
- "patch"
810
schedule:
911
interval: "daily"

0 commit comments

Comments
 (0)