mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
{
|
|
extends: ['config:js-lib', ':prHourlyLimitNone', ':label(dependencies)'],
|
|
packageRules: [
|
|
{
|
|
matchPaths: ['docs/package.json'],
|
|
extends: ['config:js-app'],
|
|
},
|
|
{
|
|
matchPaths: ['packages/element-plus/package.json'],
|
|
extends: ['config:base', ':preserveSemverRanges'],
|
|
},
|
|
],
|
|
}
|