Skip to content

Commit

Permalink
Add dependabot to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obukhov committed Sep 15, 2021
1 parent db6258b commit 491d4c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
pull-request-branch-name:
separator: "-"
reviewers: ["obukhov"]
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
pull-request-branch-name:
separator: "-"
reviewers: ["obukhov"]
schedule:
interval: "daily"

0 comments on commit 491d4c2

Please sign in to comment.