Skip to content

Commit

Permalink
Update things Dependabot monitors to include Dockerfile and GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Nov 24, 2023
1 parent 9c8b1cf commit 54c1b1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 54c1b1b

Please sign in to comment.