Skip to content

Commit

Permalink
Merge pull request #165 from reg-viz/enable_renovate_automerge
Browse files Browse the repository at this point in the history
chore: Enable renovate automerge
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents 96b965f + b3d646a commit ed82b02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
@@ -1,3 +1,9 @@
{
"extends": ["config:base"]
"extends": ["config:base"],
"automerge": true,
"automergeType": "branch",
"lockFileMaintenance": { "enabled": true },
"major": {
"automerge": false
}
}

0 comments on commit ed82b02

Please sign in to comment.