Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 29, 2024
1 parent a99eb74 commit 770c5a6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
extends: ['config:base', 'schedule:weekly', 'group:allNonMajor'],
labels: ['dependencies'],
pin: false,
rangeStrategy: 'bump',
node: false,
packageRules: [
{
depTypeList: ['peerDependencies'],
enabled: false,
},
],
ignoreDeps: ['node'],
extends: ['github>sxzz/renovate-config'],
automerge: true,
}

0 comments on commit 770c5a6

Please sign in to comment.