fix(dependabot-rebase): bump caller SHA to 3c6335c (includes workflows-403 fallback)#144
fix(dependabot-rebase): bump caller SHA to 3c6335c (includes workflows-403 fallback)#144
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 38 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ase fallback)
172efc1 to
1bba3c1
Compare
|
There was a problem hiding this comment.
Pull request overview
Updates the Dependabot rebase caller stubs to point at the latest reusable workflow commit so the workflow-403 handling includes the @dependabot rebase fallback introduced in the central reusable.
Changes:
- Bump the pinned
uses:ref forpetry-projects/.github/.github/workflows/dependabot-rebase-reusable.ymlfromf5c167c...to3c6335c...in the standards template. - Apply the same pinned SHA bump in the repo’s
.github/workflowscaller stub to keep it in sync with the standards template.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| standards/workflows/dependabot-rebase.yml | Updates the template stub to call the reusable at the newer pinned SHA (includes workflows-403 fallback). |
| .github/workflows/dependabot-rebase.yml | Mirrors the same pinned SHA bump in the in-repo stub to prevent drift. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Why
The caller stubs reference SHA `f5c167c` (PR #141 — GITHUB_TOKEN for update-branch), but the `@dependabot rebase` fallback for workflows-403 errors was added in PR #143 at SHA `3c6335c`.
Without this bump, the triggered workflow run after PR #143 merged still runs the old reusable that falls through to "Warning: failed to update PR" instead of posting the `@dependabot rebase` comment.
Change
Bump pinned SHA in both caller stubs to `3c6335c` (current HEAD of main after PR #143).
🤖 Generated with Claude Code