diff --git a/Casks/c/copilot-for-xcode.rb b/Casks/c/copilot-for-xcode.rb index ef1814dfba4..7e5f7b6d64d 100644 --- a/Casks/c/copilot-for-xcode.rb +++ b/Casks/c/copilot-for-xcode.rb @@ -7,6 +7,11 @@ cask "copilot-for-xcode" do desc "Xcode extension for Github Copilot" homepage "https://github.com/intitni/CopilotForXcode" + livecheck do + url :url + strategy :github_latest + end + auto_updates true depends_on macos: ">= :monterey"