Skip to content

ci(deps): split dependabot config for security vs version updates#1340

Merged
pamburus merged 1 commit intomasterfrom
feature/dependabot
Feb 16, 2026
Merged

ci(deps): split dependabot config for security vs version updates#1340
pamburus merged 1 commit intomasterfrom
feature/dependabot

Conversation

@pamburus
Copy link
Copy Markdown
Owner

Split cargo ecosystem into two separate entries:

  • Security updates: all dependencies (direct + indirect)
  • Version updates: direct dependencies only with ignore rules

This allows dependabot to monitor security issues across the entire dependency tree while limiting version update PRs to direct dependencies.

Split cargo ecosystem into two separate entries:
- Security updates: all dependencies (direct + indirect)
- Version updates: direct dependencies only with ignore rules

This allows dependabot to monitor security issues across the entire
dependency tree while limiting version update PRs to direct dependencies.
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.53%. Comparing base (0c65c51) to head (62149b3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1340   +/-   ##
=======================================
  Coverage   88.53%   88.53%           
=======================================
  Files          68       68           
  Lines       11780    11780           
=======================================
  Hits        10430    10430           
  Misses       1350     1350           

☔ View full report in Codecov by Sentry.
📢 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.

@pamburus pamburus marked this pull request as ready for review February 16, 2026 12:27
@pamburus pamburus merged commit 20185b4 into master Feb 16, 2026
13 checks passed
@pamburus pamburus deleted the feature/dependabot branch February 16, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant