Skip to content

Commit 514c50c

Browse files
committed
chore: add pattern to dependabot
1 parent 0a1bcac commit 514c50c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ updates:
55
schedule:
66
interval: weekly
77
versioning-strategy: increase # Update package.json too
8-
open-pull-requests-limit: 3
8+
groups:
9+
patterns:
10+
update-types:
11+
- "minor"
12+
- "patch"

0 commit comments

Comments
 (0)