diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fe2c0325..efb0f27a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,8 +13,8 @@ // will auto-merge directly, without a PR, if tests pass - else, makes a PR automergeType: "branch", -// platformAutomerge: true, + // platformAutomerge: true, packageRules: [ { // automerge all but major releases @@ -42,4 +42,5 @@ // "prIgnoreNotification", ], prCreation: "status-success", + semanticCommits: "disabled", }