changeset 33977:eed6e54017c5

CI: change dependabot prefix to "CI" (#13724) Commit: https://github.com/vim/vim/commit/3ffc5bc6b8230bf8f28c75515e734dfb4545b29f Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Dec 20 03:17:08 2023 +0800 CI: change dependabot prefix to "CI" (https://github.com/vim/vim/issues/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>
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Dec 2023 20:30:05 +0100
parents accd07813f71
children 3aaa9b50acf5
files .github/dependabot.yml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,5 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+    commit-message:
+      prefix: "CI"