mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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:
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -4,3 +4,5 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
commit-message:
|
||||||
|
prefix: "CI"
|
||||||
|
Reference in New Issue
Block a user