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 09254d0 commit fc15a99Copy full SHA for fc15a99
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+# Basic dependabot.yml file with
2
+# minimum configuration for two package managers
3
+
4
+version: 2
5
+updates:
6
+ # Enable version updates for npm
7
+ - package-ecosystem: "gomod"
8
+ # Look for `package.json` and `lock` files in the `root` directory
9
+ directory: "/"
10
+ # Check the npm registry for updates every day (weekdays)
11
+ schedule:
12
+ interval: "weekly"
0 commit comments