-
Notifications
You must be signed in to change notification settings - Fork 0
chore(dependabot): cap open pull requests per update block #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hyperpolymath
wants to merge
1
commit into
main
Choose a base branch
from
chore/dependabot-pr-caps-2026-09-08
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: hyperpolymath/pseudoscript
Length of output: 1747
🤖 get_repo_knowledge executed:
get_repo_knowledge hyperpolymath/pseudoscript /tmp/coderabbit-repo-knowledge/hyperpolymath-pseudoscript-4ee0621eLength of output: 1580
🌐 Web query:
GitHub Dependabot options reference open-pull-requests-limit security updates version updates💡 Result:
<search_synthesis>
The open-pull-requests-limit option in your dependabot.yml file is used to manage the number of open pull requests created by Dependabot version updates [1][2]. Key details regarding this option include: Default Behavior: By default, Dependabot allows a maximum of 5 open pull requests for version updates at any given time [1][3][2]. If this limit is reached, Dependabot will not open new pull requests until existing ones are merged or closed [1][2]. Security Updates: Pull requests generated by security updates are not subject to the open-pull-requests-limit and do not count toward this total [1][2]. There is no default limit on the number of open pull requests for security updates [2]. Disabling Updates: You can effectively disable version updates for a specific package ecosystem by setting open-pull-requests-limit to 0 [1][4][2]. This technique is often used when a repository owner wishes to receive only security updates for a particular package manager while excluding version updates [4][5]. Configuration: This option is defined under the updates section of your dependabot.yml file for each package ecosystem [3]. Example: updates: - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" # Set limit to 10 open version update PRs open-pull-requests-limit: 10 Source [1], [4], [2] provide the technical foundation for this behavior.
</search_synthesis>
<source_evidence>
Citations:
Confirm the pull-request limit scope.
open-pull-requests-limitapplies only to version-update pull requests. Security-update pull requests do not count towards this limit and can still be opened, including when Cargo is set to0. If the policy must cap all open Dependabot pull requests, these settings do not enforce it. Confirm that the policy is version-update-only or define how security-update pull requests will be managed. (docs.github.com)🤖 Prompt for AI Agents
Source: MCP tools