We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e089ad commit f62ce47Copy full SHA for f62ce47
1 file changed
.github/dependabot.yml
@@ -1,6 +1,10 @@
1
version: 2
2
updates:
3
- package-ecosystem: "npm"
4
- directory: "/"
+ directory: "/checkout"
5
schedule:
6
- interval: "daily"
+ interval: "weekly"
7
+ - package-ecosystem: "npm"
8
+ directory: "/node-api"
9
+ schedule:
10
0 commit comments