Skip to content

Commit

Permalink
Add dependabot groups (#366)
Browse files Browse the repository at this point in the history
Modify dependabot configuration to group updates
  • Loading branch information
sleberknight authored Nov 25, 2024
1 parent 200921d commit 86a4033
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 @@ -4,6 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"
assignees:
- "sleberknight"
- "chrisrohr"
Expand All @@ -15,6 +20,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
actions-deps:
patterns:
- "*"
assignees:
- "sleberknight"
- "chrisrohr"
Expand Down

0 comments on commit 86a4033

Please sign in to comment.