Skip to content

Commit

Permalink
Group all dependabot PRs together (#409)
Browse files Browse the repository at this point in the history
One group is for gomod and one is for github actions PRs
  • Loading branch information
gabriel-vasile committed Jul 5, 2023
1 parent f5a14c2 commit 1a4b844
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 @@ -6,9 +6,18 @@ updates:
interval: "daily"
reviewers:
- "gabriel-vasile"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "gabriel-vasile"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 1a4b844

Please sign in to comment.