{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], "packageRules": [ { "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" } ], "ignoreDeps": [ "http", "latlong2", "vector_map_tiles", "flutter_map", "flutter_map_heatmap" ] }