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 043b279 commit 5e758cdCopy full SHA for 5e758cd
.github/dependabot.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for npm
4
+ - package-ecosystem: "npm"
5
+ # Should pickup monorepo in root
6
+ directory: "/"
7
+ # Check the npm registry for updates every day (weekdays)
8
+ schedule:
9
+ interval: "daily"
0 commit comments