Skip to content

Commit

Permalink
Add a dependeabot configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Selby authored and benmatselby committed May 25, 2021
1 parent 4b5054f commit 0f9b6dd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "weekly"
commit-message:
prefix: "GHA"

# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "docker"

# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "gomod"

0 comments on commit 0f9b6dd

Please sign in to comment.