Allow dependabot to check go modules

This commit is contained in:
John Losito 2021-02-07 18:29:40 -05:00
parent 1626a4a2ff
commit dbd1e62ac9
1 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"