mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"$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": "self-maintained",
|
|
"matchPackageNames": ["@rc-component/*", "rc-*", "@ant-design/*"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|