class Dependabot::GitMetadataFetcher

def excon_defaults

def excon_defaults
  # Some git hosts are slow when returning a large number of tags
  SharedHelpers.excon_defaults(read_timeout: 20)
end