class Dependabot::Clients::GithubWithRetries

def fetch_default_branch(repo)

def fetch_default_branch(repo)
  T.unsafe(self).repository(repo).default_branch
end