{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["local>immich-app/.github:renovate-config"], "packageRules": [ { "matchFileNames": [ "machine-learning/**" ], "groupName": "machine-learning", "rangeStrategy": "in-range-only", }, { "matchFileNames": [ "mobile/**" ], "groupName": "mobile", "matchUpdateTypes": [ "minor", "patch" ], "addLabels": [ "📱mobile" ] }, { "matchPackageNames": ["ghcr.io/immich-app/postgres"], "matchUpdateTypes": ["major"], "enabled": false } ], "ignorePaths": [ "mobile/openapi/pubspec.yaml", "mobile/ios", "mobile/android" ], "ignoreDeps": [ "http", "intl" ] }