Skip to content

Commit

Permalink
Merge pull request #251 from jakemulley/dependabot-groups
Browse files Browse the repository at this point in the history
dependabot: group ecosystem dependencies together
  • Loading branch information
jakemulley authored Oct 29, 2023
2 parents f8a1649 + 2be25a9 commit 67ad777
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 67ad777

Please sign in to comment.