babel-plugin-jsx/.github/renovate.json5
Haoqun Jiang 0cb76be0e6
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.
2025-03-03 20:40:31 +08:00

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,
},
],
}