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