We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0361f commit 5e833f9Copy full SHA for 5e833f9
.github/dependabot.yml
@@ -1,6 +1,14 @@
1
+# Dependabot configuration options:
2
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
version: 2
5
updates:
6
- package-ecosystem: "npm"
7
directory: "/"
8
schedule:
9
interval: "daily"
10
+ open-pull-requests-limit: 10
11
+ assignees:
12
+ - "stephenway"
13
+ labels:
14
+ - "dependencies"
0 commit comments