mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchFileNames": ["cli/**"],
|
|
"groupName": "@immich/cli",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"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"]
|
|
},
|
|
{
|
|
"matchFileNames": ["machine-learning/**"],
|
|
"groupName": "machine-learning",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"matchFileNames": [".github/**"],
|
|
"groupName": "github-actions"
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"http",
|
|
"latlong2",
|
|
"vector_map_tiles",
|
|
"flutter_map",
|
|
"flutter_map_heatmap"
|
|
]
|
|
}
|