mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
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>
This commit is contained in:
parent
329b52e670
commit
d3c1781478
20
renovate.json
Normal file
20
renovate.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPaths": ["mobile"],
|
||||
"groupName": "mobile"
|
||||
},
|
||||
{
|
||||
"matchPaths": ["server"],
|
||||
"groupName": "server"
|
||||
},
|
||||
{
|
||||
"matchPaths": ["web"],
|
||||
"groupName": "web"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user