Skip to content

chore: Dependabot で actions/* を minor/patch グループ化#4

Merged
nanasess merged 1 commit into
mainfrom
chore/dependabot-grouping
Apr 21, 2026
Merged

chore: Dependabot で actions/* を minor/patch グループ化#4
nanasess merged 1 commit into
mainfrom
chore/dependabot-grouping

Conversation

@nanasess
Copy link
Copy Markdown
Contributor

概要

EcAuth.IdpUtilities PR #3 のレビューコメント と同じ方針を本リポにも適用。Dependabot の github-actions エコシステムに groups 設定を追加する。

変更内容

groups:
  actions-minor-patch:
    patterns:
      - "actions/*"
    update-types:
      - "minor"
      - "patch"

動機

  • 公式 Actions の minor/patch 更新を 1 PR に集約 することで PR ノイズを削減
  • open-pull-requests-limit: 5 枠の節約
  • CI 実行コスト・レビュー負荷の削減
  • major update は個別 PR を維持 することで breaking change の見逃しを防ぐ

🤖 Generated with Claude Code

`actions/checkout` 等の公式 Actions の更新を週次で 1 PR に集約する。
major update は breaking change の可能性があるため個別 PR のまま維持する。
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@nanasess has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 32 minutes and 0 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 32 minutes and 0 seconds.

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

Review profile: CHILL

Plan: Pro

Run ID: ab070e4e-b849-496a-953b-ead78aad1997

📥 Commits

Reviewing files that changed from the base of the PR and between a351b02 and da1411e.

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

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.

@nanasess nanasess merged commit d15323b into main Apr 21, 2026
2 checks passed
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dependabot configuration in .github/dependabot.yml to group minor and patch updates for GitHub Actions into a single pull request, while maintaining individual pull requests for major updates. I have no feedback to provide.

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.

1 participant