From 500859f85b2b046a86d7832f57b7dcf65d883481 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Fri, 26 Sep 2025 13:54:05 +0300 Subject: [PATCH] chore: update dependabot.yml to updatge commit message --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b58471..fba4082 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,9 @@ updates: directory: / schedule: interval: "daily" + commit-message: + prefix: clang-tools groups: - pip: + clang-tools: patterns: - - "*" + - "clang-*"