Merge pull request #10398 from jlosito/dependabot-config

Allow dependabot to check go dependencies
pull/10521/head
Medya Ghazizadeh 2021-02-19 16:26:28 -08:00 committed by GitHub
commit 5e90254432
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"