Skip to content

Commit

Permalink
ci: group dependabot updates (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Mar 8, 2024
1 parent f734b16 commit 2fe0144
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,25 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 50
groups:
docker:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 50
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 50
groups:
go:
patterns:
- "*"

0 comments on commit 2fe0144

Please sign in to comment.