Skip to content

Commit

Permalink
ci(tools-renovate-bot): disable auto merge of majors
Browse files Browse the repository at this point in the history
  • Loading branch information
robert hasemann committed Jul 6, 2024
1 parent 7961325 commit f1c599c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/renovate-bot/src/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"enabled": true
},
"packageRules": [
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"description": "ignore '@robby-rabbitman/nx-plus-*' packages, as nx release will handle it",
"matchPackagePatterns": ["^@robby-rabbitman/nx-plus-"],
Expand Down

0 comments on commit f1c599c

Please sign in to comment.