chore(dependabot): raise npm PR limit to 5 to match 4 monitored dirs#97
Open
chore(dependabot): raise npm PR limit to 5 to match 4 monitored dirs#97
Conversation
PR #89 expanded `directories` from `/` only to 4 paths (/, /packages/*, /subgraph, /script/gasless-tests) but kept `open-pull-requests-limit: 1`. The limit is shared across the whole ecosystem, not per-directory, so a single stuck PR in any one path blocks updates for the other three. Raise to 5: one slot per monitored directory plus a buffer for the case where a previous week's PR is still open when the next weekly run kicks off. github-actions stays at 1 (only one directory).
fanhousanbu
approved these changes
Apr 26, 2026
Contributor
代码审查通过,可直接合并 LOW — 注释中的目录数量表述 |
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
aa20272) expanded the npmdirectorieslist to 4 paths:/,/packages/*,/subgraph,/script/gasless-tests.open-pull-requests-limitwas kept at1, but this limit is shared across the whole ecosystem, not per-directory. So one stuck PR in any one path blocks updates for the other three.1 → 5: one slot per monitored directory + 1 buffer for cross-week stragglers.github-actionsblock is unchanged (it still monitors only/, so1is correct).Why 5 (most conservative non-blocking value)
5 is the smallest value that:
Test plan