Create dependabot.yml
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 7 Sep 2020 19:51:49 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Sep 2020 19:51:49 +0000 (21:51 +0200)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..6627f84
--- /dev/null
@@ -0,0 +1,7 @@
+# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
+version: 2
+updates:
+  - package-ecosystem: "gomod" 
+    directory: "/"
+    schedule:
+      interval: "daily"