immich/renovate.json

41 lines
803 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>immich-app/.github:renovate-config"],
"packageRules": [
{
"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
},
{
"matchFileNames": [
"mobile/**"
],
"groupName": "mobile",
"matchUpdateTypes": [
"minor",
"patch"
],
"addLabels": [
"📱mobile"
]
},
{
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
"matchUpdateTypes": ["major"],
"enabled": false
}
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"
],
"ignoreDeps": [
"http",
"intl"
]
}