diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..e36f091d15 --- /dev/null +++ b/renovate.json @@ -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" + } + ] +}