mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
29 lines
456 B
Plaintext
29 lines
456 B
Plaintext
{
|
|
extends: ['config:base', 'schedule:weekly', 'group:allNonMajor'],
|
|
labels: ['dependencies'],
|
|
rangeStrategy: 'bump',
|
|
packageRules: [
|
|
{
|
|
depTypeList: ['peerDependencies'],
|
|
enabled: false,
|
|
},
|
|
],
|
|
ignoreDeps: [
|
|
'node',
|
|
'csstype',
|
|
|
|
// pure esm
|
|
'chalk',
|
|
|
|
// test
|
|
'cypress',
|
|
'jsdom',
|
|
|
|
// https://github.com/vitest-dev/vitest/pull/1340
|
|
'vitest',
|
|
|
|
// can't work in v0.34.0
|
|
'unocss',
|
|
],
|
|
}
|