class Dependabot::Clients::GitlabWithRetries

def file_encoding(file)

def file_encoding(file)
  return ContentEncoding::BASE64 if file.content_encoding == Dependabot::DependencyFile::ContentEncoding::BASE64
  ContentEncoding::TEXT
end