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
1 changed files with 20 additions and 0 deletions
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 a new issue