class Dependabot::Uv::FileUpdater::CompileFileUpdater

def includes_unsafe_packages?(content)

def includes_unsafe_packages?(content)
  UNSAFE_PACKAGES.any? { |n| content.match?(/^#{Regexp.quote(n)}==/) }
end