Skip to content

Commit

Permalink
ci: use a renovate preset & schedule monthly updates
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Mar 3, 2025
1 parent c98c5f9 commit 0cb76be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -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'],
}

0 comments on commit 0cb76be

Please sign in to comment.