We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42eefd commit 41079acCopy full SHA for 41079ac
1 file changed
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directories:
5
+ - "/lib/*"
6
+ schedule:
7
+ interval: "weekly"
8
+ commit-message:
9
+ prefix: "Dependabot"
10
+ open-pull-requests-limit: 1
11
+ allow:
12
+ - dependency-type: "production"
0 commit comments