mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-13 06:04:39 +08:00
ci: use a renovate preset & schedule monthly updates
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.
This commit is contained in:
parent
c98c5f9dad
commit
0cb76be0e6
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
@ -1,18 +1,13 @@
|
||||
{
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: [
|
||||
'config:base',
|
||||
'schedule:weekly',
|
||||
'group:allNonMajor',
|
||||
':semanticCommitTypeAll(chore)',
|
||||
'github>haoqunjiang/renovate-presets:npm.json5',
|
||||
'schedule:monthly',
|
||||
],
|
||||
labels: ['dependencies'],
|
||||
rangeStrategy: 'bump',
|
||||
packageRules: [
|
||||
{
|
||||
depTypeList: ['peerDependencies'],
|
||||
enabled: false,
|
||||
},
|
||||
],
|
||||
ignoreDeps: ['html-tags'],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user