浏览代码

chore(renovate): PR exiftool updates separately (#4985)

bo0tzz 1 年之前
父节点
当前提交
388144823a
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      renovate.json

+ 6 - 1
renovate.json

@@ -10,7 +10,12 @@
     {
       "matchFileNames": ["server/**"],
       "groupName": "server",
-      "matchUpdateTypes": ["minor", "patch"]
+      "matchUpdateTypes": ["minor", "patch"],
+      "excludePackagePrefixes": ["exiftool"]
+    },
+    {
+      "groupName": "exiftool",
+      "matchPackagePrefixes": ["exiftool"]
     },
     {
       "matchFileNames": ["web/**"],