diff --git a/.github/renovate.json b/.github/renovate.json index 7b65e33f..add55b5e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,15 +1,17 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], + "extends": [ + "config:recommended", + ":semanticCommitTypeAll(deps)", + ":semanticCommitScopeDisabled" + ], "baseBranches": [ - "master", "main", "/^release-harvester-v\\d+\\.\\d+$/" ], "automergeMajor": false, "semanticCommits": "enabled", - "semanticCommitType": "chore", - "semanticCommitScope": "deps", + "semanticCommitType": "deps", "prHourlyLimit": 12, "timezone": "Asia/Taipei", "schedule": ["after 10am on sunday"],