2023-06-16 08:22:52 -07:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-06-16 11:52:29 -07:00
|
|
|
"extends": ["config:base"],
|
2023-06-16 08:22:52 -07:00
|
|
|
"packageRules": [
|
2023-11-21 03:44:59 -07:00
|
|
|
{
|
|
|
|
"matchFileNames": ["cli/**"],
|
|
|
|
"groupName": "@immich/cli",
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
|
|
},
|
2023-06-16 08:22:52 -07:00
|
|
|
{
|
2023-11-11 15:31:58 -07:00
|
|
|
"matchFileNames": ["mobile/**"],
|
|
|
|
"groupName": "mobile",
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2023-06-16 08:22:52 -07:00
|
|
|
},
|
|
|
|
{
|
2023-11-11 15:31:58 -07:00
|
|
|
"matchFileNames": ["server/**"],
|
|
|
|
"groupName": "server",
|
2023-11-12 09:07:55 -07:00
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
|
|
"excludePackagePrefixes": ["exiftool"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "exiftool",
|
|
|
|
"matchPackagePrefixes": ["exiftool"]
|
2023-06-16 08:22:52 -07:00
|
|
|
},
|
|
|
|
{
|
2023-11-11 15:31:58 -07:00
|
|
|
"matchFileNames": ["web/**"],
|
|
|
|
"groupName": "web",
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2023-11-20 01:19:10 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["machine-learning/**"],
|
|
|
|
"groupName": "machine-learning",
|
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": [".github/**"],
|
|
|
|
"groupName": "github-actions"
|
2023-06-16 08:22:52 -07:00
|
|
|
}
|
2023-06-16 11:52:29 -07:00
|
|
|
],
|
2023-11-13 02:46:32 -07:00
|
|
|
"ignoreDeps": [
|
|
|
|
"http",
|
|
|
|
"latlong2",
|
|
|
|
"vector_map_tiles",
|
|
|
|
"flutter_map",
|
|
|
|
"flutter_map_heatmap"
|
2023-11-20 01:19:10 -07:00
|
|
|
]
|
2023-06-16 08:22:52 -07:00
|
|
|
}
|