Skip to content

Commit

Permalink
Add Dependabot Config
Browse files Browse the repository at this point in the history
  • Loading branch information
philnielsen committed Jun 24, 2020
1 parent 7467f34 commit 097f8a2
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 @@
version: 2
updates:
# Enable version updates for Go
- package-ecosystem: "gomod"
directory: "/"
# Check for updates weekly
schedule:
day: "monday"
interval: "weekly"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
day: "monday"
interval: "weekly"

0 comments on commit 097f8a2

Please sign in to comment.