summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstevenwdv <stevenwdv@users.noreply.github.com>2022-02-10 00:09:16 +0100
committerGitHub <noreply@github.com>2022-02-10 00:09:16 +0100
commit5ce27167d0d08a62b7fb2346cd3fbf8e5ac1d78b (patch)
treef979bc0cdbca0a05bc03681777319934cbac8dbe /.github
parentcb601937088cbf8bd62a60d212e243433337ef43 (diff)
Enable Dependabot for Go
Diffstat (limited to '.github')
-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 0000000..b252b61
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+version: 2
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "daily"