We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 705112e + 5e8ec8d commit 431ddfbCopy full SHA for 431ddfb
1 file changed
.github/dependabot.yml
@@ -1,7 +1,12 @@
1
version: 2
2
updates:
3
+
4
- package-ecosystem: "npm"
- directory: "."
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ - package-ecosystem: "npm"
9
+ directory: "/test/handlers"
10
schedule:
11
interval: "weekly"
12
- package-ecosystem: "github-actions"
0 commit comments