From b9eeb96127dfe678a949652740e74f83e3dab0ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:58:20 +0800 Subject: [PATCH] chore: Configure Renovate (#32494) * Add renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Create renovate.json * Delete renovate.json * Delete renovate.json * Create renovate.json * Update renovate.json * Update renovate.json * Update renovate.json * Update renovate.json Co-authored-by: Renovate Bot Co-authored-by: afc163 --- renovate.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..e48c3da2ba --- /dev/null +++ b/renovate.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "automerge": false, + "dependencyDashboard": true, + "rebaseWhen": "conflicted", + "ignoreDeps": [], + "labels": ["dependencies"], + "postUpdateOptions": ["yarnDedupeHighest"], + "prConcurrentLimit": 30, + "prHourlyLimit": 0, + "schedule": "on sunday before 6:00am", + "timezone": "UTC", + "packageRules": [ + { + "groupName": "react-component", + "matchPackagePatterns": "rc-*", + "minor": { + "enabled": false + }, + "major": { + "enabled": false + } + } + ] +}