Skip to content

chore: group uv dependency updates - #24408

Open
kumarUjjawal wants to merge 2 commits into
apache:mainfrom
kumarUjjawal:issue-24356-group-uv-dependencies
Open

chore: group uv dependency updates#24408
kumarUjjawal wants to merge 2 commits into
apache:mainfrom
kumarUjjawal:issue-24356-group-uv-dependencies

Conversation

@kumarUjjawal

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

Dependabot currently opens a separate pull request for each uv dependency 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-deps group to the root uv Dependabot configuration. The group matches all uv dependencies and applies to minor and patch version updates.

Are these changes tested?

Are there any user-facing changes?

No

@kumarUjjawal
kumarUjjawal requested a review from Jefffrey August 16, 2026 04:29
@github-actions github-actions Bot added the development-process Related to development process of DataFusion label Aug 16, 2026
@codecov-commenter

codecov-commenter commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.22%. Comparing base (c1b39bd) to head (8b90b98).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Jefffrey Jefffrey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i do wonder if we should do all versions, including major bumps 🤔

@kumarUjjawal

Copy link
Copy Markdown
Contributor Author

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.

@Jefffrey

Copy link
Copy Markdown
Contributor

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

group uv dependency bumps

4 participants