CI: make dependabot monitor `.github/actions` directory
Commit:
https://github.com/vim/vim/commit/ecf90b92f1175c6185d135847bd0959fe2ff8f97
Author: ichizok <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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:
+ - "*"
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1w3Ipj-00DYSb-M2%40256bit.org.