From d0555075dd52257d76cf8f24c8351d0568971190 Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:08:56 +0100 Subject: [PATCH] disable semantic commits --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", }