Skip to content

Commit

Permalink
Add dependabot groups (#1216)
Browse files Browse the repository at this point in the history
Modify dependabot configuration to group updates for minor and patch
versions, splitting dev and prod dependencies.
  • Loading branch information
sleberknight authored Nov 25, 2024
1 parent 7365b3f commit 1671645
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dev-deps:
dependency-type: "development"
update-types:
- "minor"
- "patch"
prod-deps:
dependency-type: "production"
update-types:
- "minor"
- "patch"
assignees:
- "sleberknight"
- "chrisrohr"
Expand All @@ -15,6 +26,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
actions-deps:
patterns:
- "*"
assignees:
- "sleberknight"
- "chrisrohr"
Expand Down

0 comments on commit 1671645

Please sign in to comment.