add dependabot configuration (#267)

This commit is contained in:
wwuck
2022-01-13 01:57:41 +11:00
committed by GitHub
parent b3f576068c
commit ae7473c7a7

7
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"