mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
ci(dependabot): restore cargo dependency grouping (#645)
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>
This commit is contained in:
committed by
GitHub
parent
d36f952133
commit
989ca6df2e
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -22,6 +22,13 @@ updates:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "build(deps)"
|
||||
groups:
|
||||
# Bundle all Cargo dependency updates into a single PR. Without this,
|
||||
# dependabot creates a separate PR per directory for the same dependency,
|
||||
# and each individual PR fails to build due to version skew.
|
||||
rust-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
# Ignore vendored mimalloc crates; updates are managed manually.
|
||||
ignore:
|
||||
- dependency-name: "regorus-mimalloc"
|
||||
|
||||
Reference in New Issue
Block a user