class Dependabot::Ecosystem::VersionManager
def deprecated?
def deprecated? return false unless detected_version # If the version is unsupported, the unsupported error is getting raised separately. return false if unsupported? deprecated_versions.include?(detected_version) end