Allow dependabot to check go modules (#6873)

This commit is contained in:
John Losito 2021-09-27 08:19:36 -04:00 committed by GitHub
parent c6c2e5ca97
commit f5a0b53922

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

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