Bläddra i källkod

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

bo0tzz 1 år sedan
förälder
incheckning
388144823a
1 ändrade filer med 6 tillägg och 1 borttagningar
  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/**"],