Dependabot設定を taro-series のグループ化版に統一 - #131
Merged
Merged
Conversation
個別バージョン更新をnpm/composerそれぞれ1本のPRに集約し、脆弱性修正も security グループにまとめる。cooldown 7日・direct依存限定・PR上限5・Asia/Tokyo。 現行の基本設定が dependabot PR の乱立(現在6本オープン)を招いていたため、 taro-series のグループ化設定に統一する。 Co-authored-by: Claude <noreply@anthropic.com>
fumikito
enabled auto-merge
July 7, 2026 16:21
AI トリアージ: PR #131リスク: 🟢 低(config変更のみ) サマリー
詳細レビューテスト要否
レビュワーが確認すべき箇所
設計上の懸念
🤖 AI triage by claude — レビュー基準: アーキテクチャ適合性・WordPressフック・セキュリティロジック・パフォーマンス |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Dependabot 設定を taro-series(グループ化版)に揃える。現行の基本設定(composer/npm を monthly・グループ化なし)が個別 PR の乱立を招いており、現在 dependabot PR が6本オープン(#106〜#110, #92)になっている。
変更内容
taro-series の
dependabot.ymlを完全一致でコピー:allow: direct— 推移的依存の単体 PR を止めるcooldown: 7日、open-pull-requests-limit: 5、timezone: Asia/Tokyo、weekly効果
既存の個別 dependabot PR は、次回スケジュール時にグループ化された PR として再生成される見込み。乱立が解消する。
🤖 Generated with Claude Code