Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cklwblove committed Dec 13, 2024
2 parents cf34c17 + 8f77cc0 commit 114a184
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:monthly", "group:allNonMajor"],
"rangeStrategy": "bump",
"packageRules": [{ "depTypeList": ["peerDependencies"], "enabled": false }]
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'schedule:monthly',
'group:allNonMajor',
],
rangeStrategy: 'bump',
packageRules: [
{
matchDepTypes: [
'peerDependencies',
],
enabled: false,
},
],
}

0 comments on commit 114a184

Please sign in to comment.