Merge pull request #20299 from Homebrew/allow-deprecated-unsigned-autobump
tap: continue to autobump deprecated unsigned casks
This commit is contained in:
commit
c46a6b947d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user