From d3c17814784d27f3e7d4a739e7a856b8a42a3acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:22:52 -0500 Subject: [PATCH] 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 --- renovate.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 renovate.json 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" + } + ] +}