.github: enable dependabot for upgrading go dependencies

This commit is contained in:
Drew Wells 2021-05-04 04:19:01 -05:00 committed by GitHub
parent e8ef689929
commit efcb8e412b
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"
open-pull-requests-limit: 3