mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
34 lines
749 B
JSON
34 lines
749 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchFileNames": ["mobile/**"],
|
|
"groupName": "mobile",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"matchFileNames": ["server/**"],
|
|
"groupName": "server",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"excludePackagePrefixes": ["exiftool"]
|
|
},
|
|
{
|
|
"groupName": "exiftool",
|
|
"matchPackagePrefixes": ["exiftool"]
|
|
},
|
|
{
|
|
"matchFileNames": ["web/**"],
|
|
"groupName": "web",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"http",
|
|
"latlong2",
|
|
"vector_map_tiles",
|
|
"flutter_map",
|
|
"flutter_map_heatmap"
|
|
],
|
|
}
|