Create dependabot.yml

This commit is contained in:
Shlee 2020-07-02 20:24:26 +08:00 committed by GitHub
parent 5c94d23466
commit beef2b15a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"