class Dependabot::Clients::Bitbucket

def base_url

def base_url
  # TODO: Make this configurable when we support enterprise Bitbucket
  "https://api.bitbucket.org/2.0/repositories/"
end