We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea040b commit 8eca624Copy full SHA for 8eca624
.github/dependabot.yml
@@ -5,7 +5,13 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: npm
+ directory: /
10
schedule:
11
- interval: "weekly"
+ 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