Skip to content

ci(dependabot): restore cargo dependency grouping#645

Merged
anakrish merged 1 commit intomicrosoft:mainfrom
anakrish:fix-build-break
Mar 30, 2026
Merged

ci(dependabot): restore cargo dependency grouping#645
anakrish merged 1 commit intomicrosoft:mainfrom
anakrish:fix-build-break

Conversation

@anakrish
Copy link
Copy Markdown
Collaborator

Without grouping, dependabot creates a separate PR per directory for the same dependency. Each individual PR fails to build due to version skew across the root workspace and binding crates.

Without grouping, dependabot creates a separate PR per directory for the
same dependency. Each individual PR fails to build due to version skew
across the root workspace and binding crates.

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
@anakrish anakrish marked this pull request as ready for review March 30, 2026 19:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Restores Dependabot dependency grouping for the Cargo ecosystem so Rust dependency bumps across the root workspace and bindings land in a single PR, avoiding version skew that breaks per-directory updates.

Changes:

  • Add a Cargo Dependabot groups rule (rust-dependencies) that matches all dependencies ("*"), bundling updates into a single PR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@anakrish anakrish merged commit 989ca6d into microsoft:main Mar 30, 2026
63 checks passed
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.

3 participants