class Dependabot::Uv::UpdateChecker

def updating_in_file?

def updating_in_file?
  requirement_files.any? { |f| f.end_with?(".in") }
end