mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-08 18:39:20 +08:00
* chore(deps): update actions/upload-artifact action to v5 * Initial plan * Revert to actions/upload-artifact@v4 and disable renovate updates Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
26 lines
665 B
JSON
26 lines
665 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
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchPackageNames": ["actions/upload-artifact"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|