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-*"