immich/renovate.json
2023-06-16 13:52:29 -05:00

20 lines
356 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPaths": ["mobile"],
"groupName": "mobile"
},
{
"matchPaths": ["server"],
"groupName": "server"
},
{
"matchPaths": ["web"],
"groupName": "web"
}
],
"enabled": false
}