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 <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
renovate[bot] 2021-10-14 21:58:20 +08:00 committed by GitHub
parent 7c330b77d1
commit b9eeb96127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
renovate.json Normal file
View File

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