Skip to content

Commit

Permalink
fix: Allow Merge Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Sep 25, 2024
1 parent ed8b172 commit bbd3798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
"automergeType": "pr"
}
],
"regexManagers": [
Expand Down

0 comments on commit bbd3798

Please sign in to comment.