Files
ant-design/renovate.json
Copilot 26c451c07d chore: Pin actions/upload-artifact@v4 and disable renovate updates (#55730)
* 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>
2025-11-16 19:42:11 +08:00

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