Skip to content

Commit 0cb76be

Browse files
committed
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.
1 parent c98c5f9 commit 0cb76be

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/renovate.json5

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
'config:base',
5-
'schedule:weekly',
6-
'group:allNonMajor',
7-
':semanticCommitTypeAll(chore)',
4+
'github>haoqunjiang/renovate-presets:npm.json5',
5+
'schedule:monthly',
86
],
9-
labels: ['dependencies'],
10-
rangeStrategy: 'bump',
117
packageRules: [
128
{
139
depTypeList: ['peerDependencies'],
1410
enabled: false,
1511
},
1612
],
17-
ignoreDeps: ['html-tags'],
1813
}

0 commit comments

Comments
 (0)