From 107d6a9af20e61b839aaa5c2452de385c610644c Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 5 Apr 2020 15:27:48 -0500 Subject: [PATCH] fix: move renovate branches to update scope --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f1..3d96584 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "extends": [ - "config:base" - ] + "config:base", + ":semanticCommitTypeAll(update)", + ":semanticCommitScopeDisabled" + ], + "branchPrefix": "update/" }