immich/renovate.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-06-16 18:52:29 +00:00
"extends": ["config:base"],
"packageRules": [
2023-11-21 10:44:59 +00:00
{
"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"
}
2023-06-16 18:52:29 +00:00
],
"ignoreDeps": [
"http",
"latlong2",
"vector_map_tiles",
"flutter_map",
"flutter_map_heatmap"
]
}