diff --git a/renovate.json b/renovate.json index e0d085a..3d96584 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,8 @@ { "extends": [ - "config:base" + "config:base", + ":semanticCommitTypeAll(update)", + ":semanticCommitScopeDisabled" ], - "branchPrefix": "update/", - "semanticCommitType": "update", - "semanticCommits": true + "branchPrefix": "update/" }