Skip to content

ci: make Dependabot PRs merge-ready - #197

Merged
thedavidweng merged 3 commits into
mainfrom
ci/dependabot-ready
Aug 13, 2026
Merged

ci: make Dependabot PRs merge-ready#197
thedavidweng merged 3 commits into
mainfrom
ci/dependabot-ready

Conversation

@thedavidweng

Copy link
Copy Markdown
Owner

Why

Recent Dependabot PRs were blocked by unrelated CI:

  • pnpm audit --audit-level=high failed on transitive undici / nanoid
  • CodeQL init and analyze were bumped in separate PRs and rejected a version mismatch
  • release.yml used unpinned action tags, so the pnpm-setup bump tripped zizmor

What

  • Override patched undici 7.29.0 and nanoid 3.3.17 in pnpm-workspace.yaml
  • Bump all github/codeql-action/* refs together and group future Dependabot updates
  • Pin release workflow actions and bump pnpm/action-setup to 6.0.10
  • Enable auto-merge for patch updates and non-production minors

Supersedes #192, #194, #195.

Pin audit-breaking transitive packages, keep CodeQL init/analyze in lockstep, pin release actions so zizmor stays green, and auto-merge patch/non-production minor upgrades.
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@thedavidweng, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 39 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 255be7b2-7851-42ad-b216-00aa03bc4874

📥 Commits

Reviewing files that changed from the base of the PR and between 59774b7 and e49401b.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (7)
  • .github/dependabot.yml
  • .github/workflows/ci.yml
  • .github/workflows/codeql.yml
  • .github/workflows/dependabot-automerge.yml
  • .github/workflows/dependabot-fmt.yml
  • .github/workflows/release.yml
  • pnpm-workspace.yaml

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

Comment thread .github/workflows/dependabot-automerge.yml Fixed
Comment thread .github/workflows/dependabot-automerge.yml Fixed
Comment thread .github/workflows/dependabot-automerge.yml Fixed
Comment thread .github/workflows/release.yml Fixed
Comment thread .github/workflows/dependabot-automerge.yml Fixed
Comment thread .github/workflows/dependabot-automerge.yml Fixed
Comment thread .github/workflows/release.yml Fixed
@thedavidweng
thedavidweng merged commit 0089ba0 into main Aug 13, 2026
16 checks passed
@thedavidweng
thedavidweng deleted the ci/dependabot-ready branch August 13, 2026 10:19
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