Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ updates:
time: '09:00'
timezone: Asia/Tokyo
open-pull-requests-limit: 5
# 配布物に入る依存だけを対象にする。開発ツール(eslint / jest / webpack 系)は
# 更新しても配布物に影響しない一方、peer の噛み合いが崩れて npm ci が解決不能になり
# (実例: eslint-plugin-react-refresh 0.5 が eslint 9 以上を要求)、グループ PR 全体が
# 止まる。開発ツールの脆弱性は Dependabot security updates 側で拾われる
allow:
- dependency-type: production
groups:
patch-and-minor:
patterns:
Expand Down