Skip to content

Commit

Permalink
feat: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
CamiloGarciaLaRotta authored Oct 27, 2020
1 parent 89e645f commit 7703d92
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
reviewers:
- "CamiloGarciaLaRotta"
schedule:
interval: "weekly"
commit-message:
prefix: "fix"
labels:
- "dependencies"

0 comments on commit 7703d92

Please sign in to comment.