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 3eb5ec28fe
commit 7a1d06f3d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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