Skip to content

Commit

Permalink
chore: Configure Renovate (ant-design#32494)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: afc163 <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2021
1 parent 7c330b7 commit b9eeb96
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}

0 comments on commit b9eeb96

Please sign in to comment.