commit | 3ffc5bc6b8230bf8f28c75515e734dfb4545b29f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Dec 20 03:17:08 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Dec 19 20:17:08 2023 +0100 |
tree | 08ac62d41fba2ad84b3ed792c17d4f17b285425a | |
parent | 955652f6df9c4a1048fde8028c5c7f7871b5f71a [diff] |
CI: change dependabot prefix to "CI" (#13724) The default prefix of dependabot is "build(deps)". Change it to "CI". Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..5487348 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -4,3 +4,5 @@ directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "CI"