Skip to content

Commit 8eca624

Browse files
chore: update dependabot config
1 parent 3ea040b commit 8eca624

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: npm
9+
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: weekly
12+
groups:
13+
# Group all npm dependencies together
14+
all-dependencies:
15+
patterns:
16+
- '*'
17+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)