Browse Source

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

bo0tzz 1 year ago
parent
commit
388144823a
1 changed files with 6 additions and 1 deletions
  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/**"],