From 388144823a8cf9af9decb50fc26899433d7ca9f4 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Sun, 12 Nov 2023 17:07:55 +0100 Subject: [PATCH] chore(renovate): PR exiftool updates separately (#4985) --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f5ad25da7b..315f011064 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,12 @@ { "matchFileNames": ["server/**"], "groupName": "server", - "matchUpdateTypes": ["minor", "patch"] + "matchUpdateTypes": ["minor", "patch"], + "excludePackagePrefixes": ["exiftool"] + }, + { + "groupName": "exiftool", + "matchPackagePrefixes": ["exiftool"] }, { "matchFileNames": ["web/**"],