mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
33305d0978
This reverts commit 217b9229d6
.
19 lines
371 B
Plaintext
19 lines
371 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,
|
|
},
|
|
],
|
|
ignoreDeps: ['html-tags'],
|
|
}
|