tap: continue to autobump deprecated unsigned casks

This commit is contained in:
Bevan Kay 2025-07-24 10:10:01 +10:00
parent 50fa89e96b
commit 5a04b55e56
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57

View File

@ -994,7 +994,8 @@ class Tap
end
@autobump ||= autobump_packages.select do |_, p|
next if p["deprecated"] || p["disabled"]
next if p["disabled"]
next if p["deprecated"] && p["deprecation_reason"] != "unsigned"
next if p["skip_livecheck"]
p["autobump"] == true