Skip to content

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

Merged
williaby merged 2 commits into
mainfrom
chore/add-renovate-org-workflow-rule
Jun 10, 2026
Merged

chore(deps): add Renovate rule for org workflow SHA pin updates#42
williaby merged 2 commits 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

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@williaby, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 14 minutes and 38 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: a25430de-a043-493f-86d0-c37ce5c7ce1e

📥 Commits

Reviewing files that changed from the base of the PR and between 4043ae9 and 0868588.

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

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 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"
@williaby williaby added the skip-changelog PR intentionally omits a CHANGELOG entry label Jun 10, 2026
@williaby williaby enabled auto-merge (squash) June 10, 2026 03:54
@sonarqubecloud

Copy link
Copy Markdown

@williaby williaby merged commit 801e767 into main Jun 10, 2026
28 of 31 checks passed
@williaby williaby deleted the chore/add-renovate-org-workflow-rule branch June 10, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog PR intentionally omits a CHANGELOG entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants