class Dependabot::Clients::Bitbucket

def auth_header_for(token)

def auth_header_for(token)
  return {} unless token
  { "Authorization" => "Bearer #{token}" }
end