Skip to content

Commit e27fd89

Browse files
chore(dependabot): Don't Group Production UV Dependencies
Update dependabot configuration to prevent grouping of production UV dependencies. This allows for more granular updates and better visibility into individual dependency changes.
1 parent a754924 commit e27fd89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ updates:
66
interval: "weekly"
77
open-pull-requests-limit: 25
88
groups:
9-
uv:
9+
dev-dependencies:
10+
dependency-type: "development"
1011
patterns:
1112
- "*"
1213
- package-ecosystem: github-actions

0 commit comments

Comments
 (0)