Allow dependabot to check go dependencies

pull/10398/head
John Losito 2021-02-07 17:59:40 -05:00
parent acab605391
commit 6564d1d72a
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"