Skip to content

Commit

Permalink
chore: enable auto merge on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 9, 2022
1 parent c46f68a commit a9bdf8f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"config:base",
"group:allNonMajor",
":pinAllExceptPeerDependencies"
],
"lockFileMaintenance": {
"enabled": true
},
"automerge": true,
"major": {
"automerge": false
}
}

2 comments on commit a9bdf8f

@vercel
Copy link

@vercel vercel bot commented on a9bdf8f Nov 9, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

typechain-demo-app – ./

typechain-demo-app-git-main-dunghd.vercel.app
typechain-demo-app.vercel.app
typechain-demo-app-dunghd.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a9bdf8f Nov 9, 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.