Skip to content

ci: ignore all JS major bumps in Dependabot (not just ai)#17

Merged
achris7 merged 1 commit into
mainfrom
ci/dependabot-ignore-all-js-majors
Jun 16, 2026
Merged

ci: ignore all JS major bumps in Dependabot (not just ai)#17
achris7 merged 1 commit into
mainfrom
ci/dependabot-ignore-all-js-majors

Conversation

@achris7

@achris7 achris7 commented Jun 16, 2026

Copy link
Copy Markdown
Member

Re-lands the broadened ignore that was orphaned when #14 merged ~1 minute before the commit landed (main currently ignores only ai majors).

Three breaking major bumps in a row — ai v5 (broke main, #13), ai v6 (#11), TypeScript 6 (#15, breaks the tsup dts build via TS5101: baseUrl deprecated) — show that auto-bumping dev-tooling majors isn't safe for this package. Change the ignore from ai only to * (all dependencies), major updates only. Patch/minor — including security fixes within a major — still flow. Honored by Dependabot security updates too.

Adopting any major (ai v5, TS 6, …) becomes a deliberate, reviewed migration.

Re-lands the broadened ignore (orphaned when PR #14 merged ~1 min before it).
TypeScript 6 (PR #15) breaks the tsup dts build (TS5101 baseUrl), the third
breaking major after ai v5/v6. Defer all dev-tooling majors to humans; patch/
minor still flow for security.
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

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

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8ebff7c6-b779-418b-98a6-c52604aed22c

📥 Commits

Reviewing files that changed from the base of the PR and between 0e7b66d and 8986a56.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/dependabot-ignore-all-js-majors

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

@achris7
achris7 marked this pull request as ready for review June 16, 2026 21:51
Copilot AI review requested due to automatic review settings June 16, 2026 21:51
@achris7
achris7 merged commit 7daed8a into main Jun 16, 2026
9 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 repository’s Dependabot configuration for the /js npm package so that all semver-major dependency updates are ignored, preventing repeated breakages from automated major bumps while still allowing minor/patch (including security) updates to flow.

Changes:

  • Broaden Dependabot’s ignore rule from ai only to * for version-update:semver-major updates in /js.
  • Update inline documentation in .github/dependabot.yml to explain why all majors are deferred for human review.

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

Comment thread .github/dependabot.yml
Comment on lines +9 to +13
# Major bumps of the JS dev tooling are breaking changes that need a
# deliberate migration, not an auto-bump — they have repeatedly broken the
# build: ai v5 removed LanguageModelV1Middleware; TypeScript 6 turns the
# baseUrl deprecation into a hard error (TS5101) in the tsup dts build.
# Defer ALL majors to a human; patch/minor (incl. security fixes within a
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