mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
chore: group svelte major deps (#6104)
This commit is contained in:
parent
13390d0c87
commit
e01c96c637
@ -33,6 +33,12 @@
|
||||
"matchPackagePrefixes": ["exiftool"],
|
||||
"schedule": "on tuesday"
|
||||
},
|
||||
{
|
||||
"groupName": "svelte",
|
||||
"matchUpdateTypes": ["major"],
|
||||
"matchPackagePrefixes": ["@sveltejs"],
|
||||
"schedule": "on tuesday"
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["web/**"],
|
||||
"groupName": "web",
|
||||
@ -62,9 +68,7 @@
|
||||
"versioning": "node"
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
"mobile/openapi/pubspec.yaml"
|
||||
],
|
||||
"ignorePaths": ["mobile/openapi/pubspec.yaml"],
|
||||
"ignoreDeps": [
|
||||
"http",
|
||||
"latlong2",
|
||||
|
Loading…
Reference in New Issue
Block a user