Browse Source
* 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>pull/32499/head
renovate[bot]
3 years ago
committed by
GitHub
1 changed files with 25 additions and 0 deletions
@ -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 |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
} |
Loading…
Reference in new issue