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

This commit is contained in:
bo0tzz
2023-11-12 17:07:55 +01:00
committed by GitHub
parent c23d84be39
commit 388144823a

View File

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