Skip to content

ci: Have dependabot keep Cargo.lock up to date#373

Open
Andreas Albert (AndreasAlbertQC) wants to merge 1 commit into
mainfrom
feat/dependabot-cargo-lockfile
Open

ci: Have dependabot keep Cargo.lock up to date#373
Andreas Albert (AndreasAlbertQC) wants to merge 1 commit into
mainfrom
feat/dependabot-cargo-lockfile

Conversation

@AndreasAlbertQC

@AndreasAlbertQC Andreas Albert (AndreasAlbertQC) commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Motivation

We want regular updates to our rust dependencies.

Changes

  • Added cargo config for dependabot

Add a cargo ecosystem entry to dependabot using the lockfile-only
versioning strategy, so transitive Rust dependencies are refreshed
monthly without touching `Cargo.toml` constraints.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Copilot AI 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.

Pull request overview

Adds Dependabot support for the Rust cargo ecosystem so Cargo.lock stays up to date automatically, aligning dependency update automation with the existing CI/GitHub Actions setup.

Changes:

  • Add a new Dependabot cargo update entry targeting / with a monthly schedule.
  • Use versioning-strategy: lockfile-only and a single grouped update to refresh transitive dependencies without changing Cargo.toml.
  • Apply the same cooldown behavior as the existing github-actions entry.

Comment thread .github/dependabot.yml
@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@f32b155). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff            @@
##             main      #373   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?        56           
  Lines           ?      3507           
  Branches        ?         0           
========================================
  Hits            ?      3507           
  Misses          ?         0           
  Partials        ?         0           

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

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants