mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-25 15:49:09 +08:00
747a6527fa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
{
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: [
|
|
'config:base',
|
|
'schedule:weekly',
|
|
'group:allNonMajor',
|
|
':semanticCommitTypeAll(chore)',
|
|
],
|
|
labels: ['dependencies'],
|
|
rangeStrategy: 'bump',
|
|
packageRules: [
|
|
{
|
|
depTypeList: ['peerDependencies'],
|
|
enabled: false,
|
|
},
|
|
],
|
|
}
|