Skip to content

ci: throttle Dependabot pull request volume#341

Merged
macterra merged 1 commit intomainfrom
codex/throttle-dependabot-prs
Apr 1, 2026
Merged

ci: throttle Dependabot pull request volume#341
macterra merged 1 commit intomainfrom
codex/throttle-dependabot-prs

Conversation

@macterra
Copy link
Copy Markdown
Collaborator

@macterra macterra commented Apr 1, 2026

Summary

Reduce Dependabot concurrency so new update PRs stop arriving faster than they can be reviewed and merged.

Changes

  • lower open-pull-requests-limit from 2/3 down to 1 for all configured ecosystems
  • keep existing schedules and grouping intact

Why

The current settings allow multiple ecosystems to each open several PRs at once, which creates a sustained review backlog. This change serializes the queue so only one open PR per configured ecosystem block is allowed at a time.

Validation

  • parsed .github/dependabot.yml as YAML
  • ran git diff --check

@macterra macterra marked this pull request as ready for review April 1, 2026 15:10
@macterra macterra merged commit af8323e into main Apr 1, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant