summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-07-18 16:31:07 -0600
committermo khan <mo@mokhan.ca>2021-07-18 16:31:07 -0600
commitb4491b4589e96f0d061998739ae415c26bfef1f2 (patch)
tree9cb0b737eceb833910e7728ee279ab7a8989d1d0
parent37a66f5822b55222b368c2cfb8d8f6915720688f (diff)
configure Dependabot
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e311c9d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: gomod
+ directory: '/'
+ schedule:
+ interval: 'daily'