diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f9444bf7..31779f18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"