Skip to content

Commit

Permalink
chore: Configure automerge for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 22, 2024
1 parent 475432e commit ddf5996
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
"patch": {
"groupName": "all non-breaking updates",
"groupSlug": "non-breaking"
}
},
"automerge": true
},
{
"matchCurrentVersion": ">= 1.0.0",
"minor": {
"groupName": "all non-breaking updates",
"groupSlug": "non-breaking"
}
},
"automerge": true
},
{
"groupName": "npm",
Expand Down

0 comments on commit ddf5996

Please sign in to comment.