class Dependabot::Credential

def merge(other)

def merge(other)
  Credential.new(@credential.merge(other.to_h))
end