dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PRs.
https://docs.github.com/en/code-security/dependabot
MIT License
4.74k stars 1.03k forks source link

sorbet/sorbet-runtime updates always conflict with each other #2020

Closed modosc closed 4 years ago

modosc commented 4 years ago

we're using sorbet which requires two gems to be installed, sorbet and sorbet-runtime.

both seem to always be updated simultaneously, so we get two prs open, and both use the same version string:

image

image

unfortunately, because sorbet also updates sorbet-static and sorbet-runtime is sorted alphabetically between those two, we inevitably get merge conflicts, no matter which is merged first.

is there a way to configure these gems to be updated together rather than separately?

feelepxyz commented 4 years ago

@modosc not at the moment, unfortunately. We're tracking grouped updates support here: https://github.com/dependabot/feedback/issues/5