Skip to content

Commit

Permalink
fix: peerDependencies renovate #218
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jul 22, 2023
1 parent ef7f924 commit c866585
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@
"rangeStrategy": "bump",
"ignoreDeps": [
"node",
"pnpm",
"peerDependencies"
"pnpm"
],
"packageRules": [
{
"enabled": false,
"matchDepTypes": [
"peerDependencies"
]
},
{
"groupName": "components",
"commitMessageTopic": "components",
Expand Down Expand Up @@ -89,4 +94,4 @@
]
}
]
}
}

0 comments on commit c866585

Please sign in to comment.