chore(ci): improve Dependabot config to prevent PR backlog#349
Merged
Conversation
476b859 to
111d95f
Compare
## Changes - Reduce open-pull-requests-limit from 10 to 5 for pip - Add limit of 5 for github-actions - Merge patch and minor pip groups into single group (fewer PRs) - Group all GitHub Actions updates into a single PR - Ignore boto3 major bumps (tightly coupled with aioboto3/aiobotocore) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
evoludigit
pushed a commit
that referenced
this pull request
May 12, 2026
## Changes - chore(deps): bump security-critical Python dependencies (#346) urllib3 >=2.7.0, langchain-core >=1.3.3, banks >=2.4.2, cryptography >=47.0.0, llama-index >=0.14.21, ruff >=0.15.12, opentelemetry-sdk >=1.41.1, aioboto3 >=15.5.0 - chore(ci): bump GitHub Actions to latest major versions (#347) - security(container): update .trivyignore for 30 open Trivy CVEs (#348) - chore(ci): improve Dependabot config to prevent PR backlog (#349) - Closed 9 stale issues and 16 superseded PRs ## Verification ✅ ruff checks pass ✅ 3229 unit tests pass Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
This prevents the accumulation of 17+ stale Dependabot PRs that we just cleaned up.
Test plan
🤖 Generated with Claude Code