Skip to content

Commit

Permalink
Merge pull request yamadashy#109 from yamadashy/feature/renovate-major
Browse files Browse the repository at this point in the history
chore: renovate でmajorもPRを作成するように。automerge: false
  • Loading branch information
yamadashy authored May 5, 2024
2 parents e5310a7 + 38d25f9 commit e330083
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 e330083

Please sign in to comment.