]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: change dependabot prefix to "CI" (#13724)
authorzeertzjq <zeertzjq@outlook.com>
Tue, 19 Dec 2023 19:17:08 +0000 (03:17 +0800)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 19:17:08 +0000 (20:17 +0100)
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>
.github/dependabot.yml

index 5ace4600a1f26e6892982f3e2f069ebfab108d87..54873486da9c8dd31ef27c8bb4c945a64eeed9aa 100644 (file)
@@ -4,3 +4,5 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+    commit-message:
+      prefix: "CI"