class Dependabot::Uv::FileUpdater::LockFileUpdater
def create_or_update_lock_file?
def create_or_update_lock_file? dependency.requirements.select { _1[:file].end_with?(*REQUIRED_FILES) }.any? end
def create_or_update_lock_file? dependency.requirements.select { _1[:file].end_with?(*REQUIRED_FILES) }.any? end