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:
renovate[bot] 2023-06-16 10:22:52 -05:00 committed by GitHub
parent 329b52e670
commit d3c1781478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
renovate.json Normal file
View 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"
}
]
}