class Dependabot::Source

def organization

def organization
  T.must(repo.split("/").first)
end