Skip to content

ci(deps): replace dependabot groups with ignore rules#1339

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

ci(deps): replace dependabot groups with ignore rules#1339
pamburus merged 1 commit intomasterfrom
feature/dependabot

Conversation

@pamburus
Copy link
Copy Markdown
Owner

Remove groups section and configure ignore rules based on direct dependencies from Cargo.toml:

  • Dependencies with major ≥ 1: ignore patch and minor updates
  • Dependencies with major = 0: ignore patch updates only

This allows dependabot to handle only major version updates for stable dependencies and minor+major updates for pre-1.0 dependencies, while patch updates are handled by the automated update workflow.

Remove groups section and configure ignore rules based on direct
dependencies from Cargo.toml:
- Dependencies with major ≥ 1: ignore patch and minor updates
- Dependencies with major = 0: ignore patch updates only

This allows dependabot to handle only major version updates for stable
dependencies and minor+major updates for pre-1.0 dependencies, while
patch updates are handled by the automated update workflow.
@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 (6efa25a) to head (c4ff4b0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1339   +/-   ##
=======================================
  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:21
@pamburus pamburus merged commit 0c65c51 into master Feb 16, 2026
13 checks passed
@pamburus pamburus deleted the feature/dependabot branch February 16, 2026 12:21
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