Skip to content

Commit

Permalink
made sure that pnpm minor and patch updates are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 31, 2024
1 parent 53e6315 commit e4f572d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
"groupName": "pnpm-needs-github-actions-match",
"automerge": true
},
{
"matchUpdateTypes": ["minor","patch"],
"matchPackagePatterns": ["pnpm"],
"groupName": "pnpm-ignore-non-major",
"enable": false
},
]
}

0 comments on commit e4f572d

Please sign in to comment.