mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 00:36:47 +01:00
chore(renovate): PR exiftool updates separately (#4985)
This commit is contained in:
parent
c23d84be39
commit
388144823a
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@
|
||||||
{
|
{
|
||||||
"matchFileNames": ["server/**"],
|
"matchFileNames": ["server/**"],
|
||||||
"groupName": "server",
|
"groupName": "server",
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"excludePackagePrefixes": ["exiftool"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "exiftool",
|
||||||
|
"matchPackagePrefixes": ["exiftool"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": ["web/**"],
|
"matchFileNames": ["web/**"],
|
||||||
|
|
Loading…
Reference in a new issue