Browse Source

chore(deps): cli grouping (#5193)

Jason Rasmussen 1 year ago
parent
commit
5c0821330f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      renovate.json

+ 5 - 0
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",