Skip to content

Commit 5e02a35

Browse files
committed
chore: add pattern to dependabot
1 parent 0a1bcac commit 5e02a35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: weekly
6+
interval: daily
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)