class Dependabot::DependencyFileNotFound

def file_name

def file_name
  return unless file_path
  T.must(file_path).split("/").last
end