mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 10:47:57 +08:00
5b5e9ab81d
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Kevin <sxzz@sxzz.moe>
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
{
|
|
extends: ['config:js-lib', ':prHourlyLimitNone'],
|
|
packageRules: [
|
|
{
|
|
matchPaths: ['docs/package.json'],
|
|
extends: ['config:js-app'],
|
|
},
|
|
],
|
|
}
|