Skip to content

Commit

Permalink
Added dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Nov 6, 2020
1 parent 6ce6665 commit b17edb0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Basic dependabot.yml to update gomod

version: 2
updates:
- package-ecosystem: "gomod"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
# Check for npm updates at 9am UTC (5am EST)
time: "10:00"
reviewers:
- "mrz1836"
assignees:
- "mrz1836"
# Labels must be created first
labels:
- "update"

0 comments on commit b17edb0

Please sign in to comment.