From 5e7c782f5ae880bfc4c97ba21eadb0779e28c59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andi=20P=C3=A4tzold?= Date: Sun, 19 Jul 2020 10:41:36 +0200 Subject: [PATCH] chore: disable renovate commit scope --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7534b23f..e6989641 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,3 @@ { - "extends": ["config:js-lib"] + "extends": ["config:js-lib", ":semanticCommitScopeDisabled"] }