chore: group uv dependency updates - #24408
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #24408 +/- ##
==========================================
- Coverage 81.22% 81.22% -0.01%
==========================================
Files 1111 1111
Lines 389991 390012 +21
Branches 389991 390012 +21
==========================================
+ Hits 316783 316799 +16
- Misses 54590 54594 +4
- Partials 18618 18619 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Jefffrey
left a comment
There was a problem hiding this comment.
i do wonder if we should do all versions, including major bumps 🤔
My only concern was that a breaking major upgrading blocking the safer minor ones. I can make the change if you think its manageable. |
Not sure how often those happen, for reference these two recent ones were major but didn't need action: |
Which issue does this PR close?
Rationale for this change
Dependabot currently opens a separate pull request for each
uvdependency update. Grouping routine minor and patch updates reduces PR volume while keeping major upgrades separate for focused review.What changes are included in this PR?
Adds an
all-uv-depsgroup to the rootuvDependabot configuration. The group matches alluvdependencies and applies to minor and patch version updates.Are these changes tested?
Are there any user-facing changes?
No