From 6fbdf5244e3295e5dae3c5932c8ef1b0ac49f193 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Tue, 2 Sep 2025 14:50:06 +0800 Subject: [PATCH] ci: update renovate.json to define PR title and commit (#508) Signed-off-by: Andy Lee --- .github/renovate.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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"],