chore: Dependabot で actions/* を minor/patch グループ化#4
Conversation
`actions/checkout` 等の公式 Actions の更新を週次で 1 PR に集約する。 major update は breaking change の可能性があるため個別 PR のまま維持する。
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
概要
EcAuth.IdpUtilities PR #3 のレビューコメント と同じ方針を本リポにも適用。Dependabot の
github-actionsエコシステムにgroups設定を追加する。変更内容
動機
open-pull-requests-limit: 5枠の節約🤖 Generated with Claude Code