Skip to content

ci(renovate): stop the hourly limit starving grouped updates - #682

Merged
adamw7 merged 1 commit into
mainfrom
claude/renovate-gh-actions-prs-9qu3iu
Aug 25, 2026
Merged

ci(renovate): stop the hourly limit starving grouped updates#682
adamw7 merged 1 commit into
mainfrom
claude/renovate-gh-actions-prs-9qu3iu

Conversation

@adamw7

@adamw7 adamw7 commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Renovate scans this repository roughly once a day, so exactly one scan
falls inside the before 06:00 on monday window. With prHourlyLimit: 2
that single scan opened two pull requests and pushed everything else to
the dashboard's Rate-Limited section, where it waited a full week for a
window it would lose again.

Monday's run is the worked example: it opened #679 (mcp-bom 2.0.1) and
#680 (archunit-junit5 1.5.0), then rate-limited protobuf-java 4.36.0 and
the whole github actions (major) group — six action bumps that have now
been detected for days without ever reaching review.

Setting the hourly limit to 0 turns it off and leaves prConcurrentLimit: 5 as the only ceiling, which is the limit that actually expresses the
intent: at most five Renovate pull requests open at a time.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_019Dxj1Qk1NCR6egM1t9S3ar

Renovate scans this repository roughly once a day, so exactly one scan
falls inside the `before 06:00 on monday` window. With `prHourlyLimit: 2`
that single scan opened two pull requests and pushed everything else to
the dashboard's Rate-Limited section, where it waited a full week for a
window it would lose again.

Monday's run is the worked example: it opened #679 (mcp-bom 2.0.1) and
#680 (archunit-junit5 1.5.0), then rate-limited protobuf-java 4.36.0 and
the whole `github actions (major)` group — six action bumps that have now
been detected for days without ever reaching review.

Setting the hourly limit to 0 turns it off and leaves `prConcurrentLimit:
5` as the only ceiling, which is the limit that actually expresses the
intent: at most five Renovate pull requests open at a time.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019Dxj1Qk1NCR6egM1t9S3ar
@adamw7
adamw7 merged commit fb1c937 into main Aug 25, 2026
1 check passed
@adamw7
adamw7 deleted the claude/renovate-gh-actions-prs-9qu3iu branch August 25, 2026 08:57
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.

2 participants