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/" }