Skip to content

Commit

Permalink
Don't automerge Rails minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Aug 13, 2024
1 parent 0dff5dc commit da4bab2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchPackageNames": ["rails"],
"matchUpdateTypes": ["minor"],
"automerge": false
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true
Expand Down

0 comments on commit da4bab2

Please sign in to comment.