[Feature Request] Increase simultaneous dependabot version bumps #17564
Labels
enhancement
Enhancement or improvement to existing feature or request
Libraries
Lucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respo
untriaged
Is your feature request related to a problem? Please describe
Dependabot is currently configured to have only one open version bump PR per module, with weekly updates. For example, here is the configuration for
repository-azure
OpenSearch/.github/dependabot.yml
Lines 950 to 954 in 9bef705
While this appears intended to reduce PR spam from version bumps, it has an unfortunate side effect. When a version bump is stalled for some reason, no other version bumps go through. See for example:
This is significant because the version of a completely different dependency was never bumped, despite being needed to resolve CVE-2024-57699, published Feb 5 (33 days ago).
Describe the solution you'd like
Increase the limit of open PRs to 2, to prevent a single stalled version bump from blocking all others for a module.
Related component
Libraries
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: