From 196f9094d3882105ad135f94143e33bb6a7d31fb Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Tue, 2 Oct 2018 13:41:47 +0200 Subject: [PATCH] Disable semantic commit prefixes for Renovate As suggested by @edmorley here: https://github.com/yarnpkg/yarn/pull/6463#issuecomment-426240070 This will prevent Renovate from autodetecting semantic commits have been added to master and switching them on automatically, and instead just keep them permanently off. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index c5ff4441c0..11adb60adc 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "extends": [ "config:base", ":preserveSemverRanges", + ":semanticCommitsDisabled", "docker:disable" ] }