From cbafd853dd44259772204635064e0c9d545f1d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Can=20Berk=20G=C3=BCder?= Date: Sat, 25 Nov 2023 13:34:56 -0800 Subject: [PATCH] copilot: set auto_updates Copilot installs updates automatically. --- Casks/c/copilot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Casks/c/copilot.rb b/Casks/c/copilot.rb index a677bf1dcf..c27c7bb31e 100644 --- a/Casks/c/copilot.rb +++ b/Casks/c/copilot.rb @@ -16,6 +16,7 @@ cask "copilot" do end end + auto_updates true depends_on macos: ">= :monterey" app "Copilot.app"