mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-13 14:14:40 +08:00
More documentation can be found at https://github.com/haoqunjiang/renovate-presets/blob/main/npm.json5 The schedule is changed to monthly because that better matches the maintainer's availability.
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
{
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
extends: [
|
|
'github>haoqunjiang/renovate-presets:npm.json5',
|
|
'schedule:monthly',
|
|
],
|
|
packageRules: [
|
|
{
|
|
depTypeList: ['peerDependencies'],
|
|
enabled: false,
|
|
},
|
|
],
|
|
}
|