Skip to content

Commit

Permalink
chore: enable auto merge by PR for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn authored Nov 8, 2022
1 parent e217713 commit cc230fa
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"extends": [
"config:base"
]
"config:base",
"group:allNonMajor",
":pinAllExceptPeerDependencies"
],
"lockFileMaintenance": {
"enabled": true
},
"automerge": true,
"major": {
"automerge": false
}
}

2 comments on commit cc230fa

@vercel
Copy link

@vercel vercel bot commented on cc230fa Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cc230fa Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.