Merge pull request #308 from jlosito/dependabot-config

Allow dependabot to check go modules
This commit is contained in:
David Newhall 2021-02-08 04:49:56 -08:00 committed by GitHub
commit 3019b456d9
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"