1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/renovate.json

60 lines
1.4 KiB
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-06-16 20:52:29 +02:00
"extends": ["config:base"],
"minimumReleaseAge": "5",
"packageRules": [
2023-11-21 12:44:59 +02:00
{
"matchFileNames": ["cli/**"],
"groupName": "@immich/cli",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on monday"
2023-11-21 12:44:59 +02:00
},
{
"matchFileNames": ["mobile/**"],
"groupName": "mobile",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["server/**"],
"groupName": "server",
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool"],
"schedule": "on wednesday"
},
{
"groupName": "exiftool",
"matchPackagePrefixes": ["exiftool"],
"schedule": "on monday"
},
{
"matchFileNames": ["web/**"],
"groupName": "web",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on thursday"
},
{
"matchFileNames": ["machine-learning/**"],
"groupName": "machine-learning",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on friday"
},
{
"matchFileNames": [".github/**"],
"groupName": "github-actions",
"schedule": "on friday"
},
{
"groupName": "base-image",
"matchPackagePrefixes": ["ghcr.io/immich-app/base-server"]
}
2023-06-16 20:52:29 +02:00
],
"ignoreDeps": [
"http",
"latlong2",
"vector_map_tiles",
"flutter_map",
"flutter_map_heatmap"
]
}