Skip to content

Commit

Permalink
update: renovate でmajorもPRを作成するように。automerge: false
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed May 5, 2024
1 parent e5310a7 commit 38d25f9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"groupName": "minor and patch dependencies"
"groupName": "minor and patch dependencies",
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"groupName": "major dependencies",
"automerge": false
}
],
"major": {
"enabled": false
}
]
}

0 comments on commit 38d25f9

Please sign in to comment.