class Dependabot::PullRequestCreator::BranchNamer::DependencyGroupStrategy

def new_branch_name

def new_branch_name
  sanitize_branch_name(File.join(prefixes, group_name_with_dependency_digest))
end