class Dependabot::PullRequestCreator::BranchNamer::DependencyGroupStrategy

def directory

def directory
  return if files.empty?
  T.must(files.first).directory.tr(" ", "-")
end