Skip to content

Commit

Permalink
dependabot: group ecosystem dependencies together
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemulley committed Oct 29, 2023
1 parent 383a31e commit 7dfd04c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
reviewers:
- "jakemulley"
groups:
npm:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
reviewers:
- "jakemulley"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 7dfd04c

Please sign in to comment.