diff --git a/renovate.json b/renovate.json index f45d8f1..e0d085a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "extends": [ "config:base" - ] + ], + "branchPrefix": "update/", + "semanticCommitType": "update", + "semanticCommits": true }