Skip to content

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

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#31
williaby wants to merge 1 commit into
mainfrom
chore/add-renovate-org-workflow-rule

Conversation

@williaby

Copy link
Copy Markdown
Contributor

@/tmp/tmphzur4xjm/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

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

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 43 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1e06d922-8827-44b7-b37a-4ba7d6e1553b

📥 Commits

Reviewing files that changed from the base of the PR and between 1cfd40f and 32aa640.

📒 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.

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

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 package rule intended to keep org-level reusable workflow references on a floating v1 tag while still receiving digest/SHA pin updates, aligning with the repo’s existing practice of pinning GitHub Actions to SHAs.

Changes:

  • Reformats renovate.json (whitespace/indentation).
  • Adds a new packageRules entry to track ByronWilliamsCPA/.github and williaby/.github with followTag: "v1".

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread renovate.json
"matchManagers": [
"github-actions"
],
"matchPackagePatterns": [
Comment thread renovate.json
Comment on lines +67 to +77
"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