feat: check outdated pinned plugins

This commit is contained in:
Maria José Solano 2023-10-18 17:02:18 -07:00
commit 67cdcf97b1
5 changed files with 17 additions and 1 deletions

View file

@ -119,6 +119,7 @@ M.defaults = {
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
notify = true, -- get a notification when new updates are found
frequency = 3600, -- check for updates every hour
check_pinned = false, -- check for pinned packages that can't be updated
},
change_detection = {
-- automatically check for config file changes and reload the ui