Skip to content

fix(dependabot-rebase): bump caller SHA to 3c6335c (includes workflows-403 fallback)#144

Merged
don-petry merged 1 commit intomainfrom
fix/bump-rebase-sha
Apr 17, 2026
Merged

fix(dependabot-rebase): bump caller SHA to 3c6335c (includes workflows-403 fallback)#144
don-petry merged 1 commit intomainfrom
fix/bump-rebase-sha

Conversation

@don-petry
Copy link
Copy Markdown
Contributor

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

Copilot AI review requested due to automatic review settings April 17, 2026 02:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 17, 2026

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 53 minutes and 38 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 842f9bf2-bd5f-4063-9312-5ebad7a60b0c

📥 Commits

Reviewing files that changed from the base of the PR and between 3c6335c and 1bba3c1.

📒 Files selected for processing (2)
  • .github/workflows/dependabot-rebase.yml
  • standards/workflows/dependabot-rebase.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/bump-rebase-sha

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@don-petry don-petry force-pushed the fix/bump-rebase-sha branch from 172efc1 to 1bba3c1 Compare April 17, 2026 02:26
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 for petry-projects/.github/.github/workflows/dependabot-rebase-reusable.yml from f5c167c... to 3c6335c... in the standards template.
  • Apply the same pinned SHA bump in the repo’s .github/workflows caller 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.

@don-petry don-petry merged commit af3c1df into main Apr 17, 2026
19 checks passed
@don-petry don-petry deleted the fix/bump-rebase-sha branch April 17, 2026 02:29
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