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 Apr 16, 2023
1 parent 7d53630 commit b27aea3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
{
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'],
}

0 comments on commit b27aea3

Please sign in to comment.