Raise dependabot open-pull-requests-limit to 10#309
Merged
Conversation
The default is 5. Bumping the cap leaves headroom when several github-actions updates land in the same weekly window, and editing this manifest also forces Dependabot to re-evaluate the configuration on the default branch. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Collaborator
Author
|
#310 has been opened as expected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
open-pull-requests-limitfor thegithub-actionsecosystem from the default of 5 to 10..github/dependabot.ymlalso nudges Dependabot to re-evaluate the manifest onmaster, which is useful because no Dependabot PR has landed since Bump actions/setup-java from 4 to 5 #272 (2026-04-14) even though new major versions of common actions (e.g.actions/checkout@v7) have been released in the meantime.Background
oracle-enhanced received the equivalent
actions/checkoutv6 → v7 Dependabot PR (rsim/oracle-enhanced#2815, merged 2026-06-20), but the same bump has not appeared here. The most likely cause is that this repo's Dependabot job is stalled; touching the manifest is the simplest way for a non-admin collaborator to trigger a re-evaluation.Test plan
master(gh pr list --repo rsim/ruby-plsql --author "app/dependabot" --state open).actions/checkoutv6 → v7 PR is opened within a few minutes / hours.