Skip to content

Commit 396c460

Browse files
authored
change automergeType from 'pr' to 'branch'
1 parent d02217b commit 396c460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Will auto-merge directly, without a PR, if tests pass - else, makes a PR.
1515
// Must add Renovate to 'Allow specified actors to bypass required pull requests'
1616
// in branch protection rule
17-
automergeType: "pr",
17+
automergeType: "branch",
1818
platformAutomerge: true,
1919
ignoreTests: false,
2020
packageRules: [

0 commit comments

Comments
 (0)