Skip to content

Commit c37e30d

Browse files
authored
disable semantic commits (#63)
1 parent bb4f660 commit c37e30d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
// will auto-merge directly, without a PR, if tests pass - else, makes a PR
1515
automergeType: "branch",
16-
// platformAutomerge: true,
1716

17+
// platformAutomerge: true,
1818
packageRules: [
1919
{
2020
// automerge all but major releases
@@ -42,4 +42,5 @@
4242
// "prIgnoreNotification",
4343
],
4444
prCreation: "status-success",
45+
semanticCommits: "disabled",
4546
}

0 commit comments

Comments
 (0)