diff --git a/renovate.json b/renovate.json index 7420b7e697..d8f272e687 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], "packageRules": [ + { + "matchFileNames": ["cli/**"], + "groupName": "@immich/cli", + "matchUpdateTypes": ["minor", "patch"] + }, { "matchFileNames": ["mobile/**"], "groupName": "mobile",