immich/renovate.json
renovate[bot] d3c1781478
Configure Renovate (#2739)
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2023-06-16 10:22:52 -05:00

21 lines
344 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"
}
]
}