2023-06-16 10:22:52 -05:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2025-03-25 15:56:54 +01:00
|
|
|
"extends": ["local>immich-app/.github:renovate-config"],
|
2023-06-16 10:22:52 -05:00
|
|
|
"packageRules": [
|
2023-11-28 21:32:21 -05:00
|
|
|
{
|
2025-01-11 22:02:12 -06:00
|
|
|
"matchFileNames": [
|
|
|
|
|
"machine-learning/**"
|
|
|
|
|
],
|
2024-03-20 14:50:01 -05:00
|
|
|
"groupName": "machine-learning",
|
|
|
|
|
"rangeStrategy": "in-range-only",
|
2023-11-21 05:44:59 -05:00
|
|
|
},
|
2023-06-16 10:22:52 -05:00
|
|
|
{
|
2025-01-11 22:02:12 -06:00
|
|
|
"matchFileNames": [
|
|
|
|
|
"mobile/**"
|
|
|
|
|
],
|
2023-11-11 23:31:58 +01:00
|
|
|
"groupName": "mobile",
|
2025-01-11 22:02:12 -06:00
|
|
|
"matchUpdateTypes": [
|
|
|
|
|
"minor",
|
|
|
|
|
"patch"
|
|
|
|
|
],
|
|
|
|
|
"addLabels": [
|
|
|
|
|
"📱mobile"
|
|
|
|
|
]
|
2025-10-09 20:34:54 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
|
|
|
|
"matchUpdateTypes": ["major"],
|
|
|
|
|
"enabled": false
|
2023-06-16 10:22:52 -05:00
|
|
|
}
|
2023-06-16 13:52:29 -05:00
|
|
|
],
|
2024-08-20 05:33:43 -04:00
|
|
|
"ignorePaths": [
|
|
|
|
|
"mobile/openapi/pubspec.yaml",
|
|
|
|
|
"mobile/ios",
|
|
|
|
|
"mobile/android"
|
|
|
|
|
],
|
2025-01-11 22:02:12 -06:00
|
|
|
"ignoreDeps": [
|
|
|
|
|
"http",
|
|
|
|
|
"intl"
|
|
|
|
|
]
|
2023-06-16 10:22:52 -05:00
|
|
|
}
|