Skip to content

chore(deps): root の @types/node major も Dependabot で ignore#67

Merged
YasunoriMATSUOKA merged 1 commit into
mainfrom
chore/dependabot-ignore-root-types-node
Jun 8, 2026
Merged

chore(deps): root の @types/node major も Dependabot で ignore#67
YasunoriMATSUOKA merged 1 commit into
mainfrom
chore/dependabot-ignore-root-types-node

Conversation

@YasunoriMATSUOKA

Copy link
Copy Markdown
Member

概要

root 側の Dependabot 設定に @types/node の major ignore が抜けており、@types/node 25(#65)が再提案されました。functions と同様、@types/node がビルド/CI の Node ランタイムを超えないよう root にも ignore を追加します。

変更

.github/dependabot.yml の root npm エントリに追加:

- dependency-name: "@types/node"
  update-types: ["version-update:semver-major"]

これに伴い #65(@types/node 22→25, root)は close します。

🤖 Generated with Claude Code

The root npm config was missing the @types/node major ignore that the
functions config already has, so Dependabot re-proposed @types/node 25.
Keep @types/node from running ahead of the CI/build Node runtime.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 8, 2026 15:45
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

More reviews will be available in 38 minutes and 3 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: 27d3c7c2-6760-4295-af02-cb7a4c8f8fdb

📥 Commits

Reviewing files that changed from the base of the PR and between 3fe1ef9 and 12d0f67.

📒 Files selected for processing (1)
  • .github/dependabot.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dependabot-ignore-root-types-node

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

root の Dependabot 設定に @types/node の major アップデート ignore を追加し、ビルド/CI の Node ランタイム(.nvmrc の 24)を超える型定義更新が再提案されないようにする変更です(#65 の再提案対策)。

Changes:

  • root(directory: "/")の Dependabot ignore@types/node の semver-major ignore を追加
  • 目的が分かる補足コメントを dependabot.yml に追加

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

@YasunoriMATSUOKA YasunoriMATSUOKA merged commit d00a84a into main Jun 8, 2026
7 checks passed
@YasunoriMATSUOKA YasunoriMATSUOKA deleted the chore/dependabot-ignore-root-types-node branch June 8, 2026 15:47
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