Skip to content

Commit

Permalink
feat: enable auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 6, 2023
1 parent 67a294c commit 4e31ab4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"],
"prHourlyLimit": 0,
"automerge": true,
"platformAutomerge": true,
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
}

0 comments on commit 4e31ab4

Please sign in to comment.