2023-07-09 DependabotのPRのグループ化
Dependabot先生の作るPRが粒度細かすぎて面倒なときあるので、これ設定しておくと幸せになれそう » Grouped version updates for Dependabot public beta | GitHub Changelog https://t.co/XN4uHvmRJk
— toshimaru (@toshimaru_e) July 8, 2023
実際に使ってみた
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
reviewers:
- toshimaru
allow:
- dependency-type: "all"
open-pull-requests-limit: 10
groups:
debug-gem:
patterns:
- "debug"
- "irb"
- "reline"
rubocop:
patterns:
- "rubocop"
- "rubocop-*"
Set groups for Dependabot by toshimaru · Pull Request #1920 · toshimaru/RailsTwitterClone
これによって実際に上がってきたPRが下記。