Skip to content

Commit

Permalink
chore: configure renovate to allow auto merging
Browse files Browse the repository at this point in the history
Allow non-major updates to get merged automatically by renovate.
  • Loading branch information
steabert authored Jul 23, 2019
1 parent 18830fb commit 3fd33f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"extends": [
"config:base"
],
"groupName": "all"
"groupName": "all",
"automerge": true,
"major": {
"automerge": false
}
}

0 comments on commit 3fd33f3

Please sign in to comment.