summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-20 03:17:08 +0800
committerGitHub <noreply@github.com>2023-12-19 20:17:08 +0100
commit3ffc5bc6b8230bf8f28c75515e734dfb4545b29f (patch)
tree08ac62d41fba2ad84b3ed792c17d4f17b285425a /.github
parent955652f6df9c4a1048fde8028c5c7f7871b5f71a (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>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600a1..54873486da 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ commit-message:
+ prefix: "CI"