Skip to content

chore(deps): add Renovate rule for org workflow SHA pin updates#42

Open
williaby wants to merge 1 commit into
mainfrom
chore/add-renovate-org-workflow-rule
Open

chore(deps): add Renovate rule for org workflow SHA pin updates#42
williaby wants to merge 1 commit into
mainfrom
chore/add-renovate-org-workflow-rule

Conversation

@williaby
Copy link
Copy Markdown
Contributor

@/tmp/tmppkafwpto/pr-body.txt

CI-056 compliance: adds followTag rule for ByronWilliamsCPA/.github
packages so Renovate keeps SHA pins current after each release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 21, 2026 23:20
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Warning

Rate limit exceeded

@williaby has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 37 minutes and 10 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 77914b5b-e099-42d6-b916-9f28d810d7de

📥 Commits

Reviewing files that changed from the base of the PR and between c0eb24a and 276ae76.

📒 Files selected for processing (1)
  • renovate.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-renovate-org-workflow-rule

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.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

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

Adds a Renovate packageRules entry intended to track org-level reusable workflow references so pinned GitHub Actions SHAs can be kept up to date by following a floating major tag.

Changes:

  • Introduces a new Renovate rule targeting GitHub Actions dependencies from specific .github repos.
  • Configures Renovate to follow the v1 tag for those dependencies.

Comment thread renovate.json
"matchManagers": [
"github-actions"
],
"matchPackagePatterns": [
Comment thread renovate.json
Comment on lines +151 to +160
"description": "Track org workflow floating v1 tag for SHA pin updates",
"matchManagers": [
"github-actions"
],
"matchPackagePatterns": [
"ByronWilliamsCPA/.github",
"williaby/.github"
],
"versioning": "semver",
"followTag": "v1"
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