view .github/dependabot.yml @ 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 871e355e5732
children
line wrap: on
line source

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "CI"