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 0a9414d commit 8dd443fCopy full SHA for 8dd443f
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Basic dependabot.yml file with
2
+# minimum configuration for two package managers
3
+# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
4
+
5
+version: 2
6
+updates:
7
+ # Enable version updates for npm
8
+ - package-ecosystem: "npm"
9
+ # Look for `package.json` and `lock` files in the `root` directory
10
+ directory: "/"
11
+ # Check the npm registry for updates every day (weekdays)
12
+ schedule:
13
+ interval: "daily"
0 commit comments