diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 71eb1a2fd0..077bdadb73 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -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