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>
This commit is contained in:
zeertzjq
2023-12-20 03:17:08 +08:00
committed by GitHub
parent 955652f6df
commit 3ffc5bc6b8

View File

@ -4,3 +4,5 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
commit-message:
prefix: "CI"