Allow dependabot to check go modules (#1029)

mine
John Losito 2021-03-19 10:10:43 -04:00 committed by GitHub
parent b29e368cb4
commit 552a3e39c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"