From 5c0821330fb4f45c6197c9ef64842601ee48f65a Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Tue, 21 Nov 2023 05:44:59 -0500 Subject: [PATCH] chore(deps): cli grouping (#5193) --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 7420b7e69..d8f272e68 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",