Skip to content

Commit

Permalink
fix renovate rule description (#290)
Browse files Browse the repository at this point in the history
Fix description error
`"description": "Ignore node add peerDependencies"`=>`"description": "Ignore node and peerDependencies"`
  • Loading branch information
curlykay9527 authored Sep 11, 2023
1 parent f825598 commit 1bc6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
"description": "Ignore node add peerDependencies",
"description": "Ignore node and peerDependencies",
"matchPackageNames": ["node"],
"matchManagers": ["npm"],
"matchDepTypes": ["engines", "peerDependencies"],
Expand Down

0 comments on commit 1bc6317

Please sign in to comment.