Skip to content

Commit 54c4b40

Browse files
authored
Create npm group (#55)
1 parent 0deff5d commit 54c4b40

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: npm # See documentation for possible values
8+
- package-ecosystem: "npm"
99
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
npm:
14+
applies-to: version-updates
15+
patterns:
16+
- "*"
1217
- package-ecosystem: github-actions
1318
directory: "/"
1419
schedule:

0 commit comments

Comments
 (0)