summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-07 21:51:49 +0200
committerGitHub <noreply@github.com>2020-09-07 21:51:49 +0200
commita2dda22c368adbffbba74c8c388cc10299801692 (patch)
tree6c45a5b4bcd6f90fe7f385e623d20a5b32d4bf67 /.github/dependabot.yml
parent910d81a6927c30ad1126c1bfaab1155b970f6442 (diff)
Create dependabot.yml
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..6627f84b9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -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"