Mercurial > vim
annotate .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 |
rev | line source |
---|---|
30475
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
1 version: 2 |
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
2 updates: |
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
3 - package-ecosystem: "github-actions" |
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
4 directory: "/" |
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
5 schedule: |
871e355e5732
patch 9.0.0573: outdated dependencies go unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
6 interval: "weekly" |
33977
eed6e54017c5
CI: change dependabot prefix to "CI" (#13724)
Christian Brabandt <cb@256bit.org>
parents:
30475
diff
changeset
|
7 commit-message: |
eed6e54017c5
CI: change dependabot prefix to "CI" (#13724)
Christian Brabandt <cb@256bit.org>
parents:
30475
diff
changeset
|
8 prefix: "CI" |