Skip to content

Setup dependabot to do rust-toolchain updates - #23633

Open
Jefffrey wants to merge 6 commits into
apache:mainfrom
Jefffrey:dependabot-rust-toolchain
Open

Setup dependabot to do rust-toolchain updates#23633
Jefffrey wants to merge 6 commits into
apache:mainfrom
Jefffrey:dependabot-rust-toolchain

Conversation

@Jefffrey

Copy link
Copy Markdown
Contributor

apparently dependabot can do this for us

though not sure how useful it may be since theres usually clippy fixes that accompany this 🤔

worth enabling this so at least there wont be cases of us forgetting to bump it when a new version drops?

@github-actions github-actions Bot added the development-process Related to development process of DataFusion label Jul 16, 2026
@codecov-commenter

codecov-commenter commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.70%. Comparing base (e8a65f2) to head (233fde3).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23633      +/-   ##
==========================================
+ Coverage   80.66%   80.70%   +0.03%     
==========================================
  Files        1095     1095              
  Lines      372294   372542     +248     
  Branches   372294   372542     +248     
==========================================
+ Hits       300324   300642     +318     
+ Misses      54055    53934     -121     
- Partials    17915    17966      +51     

☔ 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.

Comment thread .github/dependabot.yml
schedule:
interval: "weekly"
labels: [auto-dependencies]
labels: [auto-dependencies, development-process]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

driveby since we might as well label our github action/pip bumps with this label too

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.

2 participants