Change dependency groups#7665
Conversation
📝 WalkthroughWalkthroughDependabot configuration updated to include the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/dependabot.yml (1)
85-85: Moveahashout of therandomgroup for clearer dependency semantics.
ahashis being used as a hash builder (ahash::RandomState) rather than an RNG crate, so grouping it withgetrandom/rand/mt19937makes update batches less coherent.Proposed grouping tweak
random: patterns: - - "ahash" - "getrandom" - "mt19937" - "rand*" + hashing: + patterns: + - "ahash"🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/dependabot.yml at line 85, Remove "ahash" from the dependabot group that contains random-related crates (the group listing including "getrandom"/"rand"/"mt19937") and add it to a separate, clearly named group for hashing utilities (or to the default/group for non-RNG crates); specifically edit the dependabot group that currently lists "ahash" so that the symbol "ahash" is no longer present there and instead appears under a new or existing non-random group (e.g., "hashing" or "utilities") to reflect that ahash provides ahash::RandomState rather than RNG functionality.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.github/dependabot.yml:
- Line 85: Remove "ahash" from the dependabot group that contains random-related
crates (the group listing including "getrandom"/"rand"/"mt19937") and add it to
a separate, clearly named group for hashing utilities (or to the default/group
for non-RNG crates); specifically edit the dependabot group that currently lists
"ahash" so that the symbol "ahash" is no longer present there and instead
appears under a new or existing non-random group (e.g., "hashing" or
"utilities") to reflect that ahash provides ahash::RandomState rather than RNG
functionality.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: 9fbbd073-8a64-4da8-805b-15c72a1864a3
📒 Files selected for processing (1)
.github/dependabot.yml
ahashtorandomgroupunixgroup withnix,mac_address, andrustylineSummary by CodeRabbit
Note: This release contains internal infrastructure updates with no visible impact to end-users.