Commit: CI: make dependabot monitor `.github/actions` directory

1 view
Skip to first unread message

Christian Brabandt

unread,
Mar 19, 2026, 3:17:06 PM (4 days ago) Mar 19
to vim...@googlegroups.com
CI: make dependabot monitor `.github/actions` directory

Commit: https://github.com/vim/vim/commit/ecf90b92f1175c6185d135847bd0959fe2ff8f97
Author: ichizok <gclien...@gmail.com>
Date: Thu Mar 19 19:03:40 2026 +0000

CI: make dependabot monitor `.github/actions` directory

and also set `cooldown`, `groups`

related: #19747
closes: #19756

Signed-off-by: Ozaki Kiichi <gclien...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 54873486d..5e841dde2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,8 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- directory: "/"
+ directories:
+ - "/"
+ - "/.github/actions/**/*"
schedule:
interval: "weekly"
commit-message:
prefix: "CI"
+ cooldown:
+ default-days: 7
+ groups:
+ github-actions:
+ patterns:
+ - "*"
Reply all
Reply to author
Forward
0 new messages