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

pull/4986/head
bo0tzz 2023-11-12 17:07:55 +07:00 committed by GitHub
parent c23d84be39
commit 388144823a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

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