Skip to content

Commit

Permalink
feat(default): enable automerge on all ci non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wang94 authored and tagoro9 committed Apr 29, 2024
1 parent 3eb2e73 commit 091eb6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"groupName": "all ci non-major dependencies",
"groupSlug": "all-ci-minor-patch",
"matchManagers": ["github-actions", "pre-commit", "docker-compose"],
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"groupName": "all non-major language versions",
Expand Down

0 comments on commit 091eb6e

Please sign in to comment.