Skip to content

Commit

Permalink
Group dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 committed Oct 22, 2023
1 parent e751387 commit 53e551d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
groups:
dependencies:
dependency-type: "all"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
groups:
dependencies:
dependency-type: "all"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
dependencies:
dependency-type: "all"
schedule:
interval: "monthly"

0 comments on commit 53e551d

Please sign in to comment.