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>
pull/2792/head
renovate[bot] 2023-06-16 10:22:52 +07:00 committed by GitHub
parent 329b52e670
commit d3c1781478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

@ -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"
}
]
}