]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: make dependabot monitor `.github/actions` directory
authorichizok <gclient.gaap@gmail.com>
Thu, 19 Mar 2026 19:03:40 +0000 (19:03 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Mar 2026 19:04:44 +0000 (19:04 +0000)
and also set `cooldown`, `groups`

related: #19747
closes:  #19756

Signed-off-by: Ozaki Kiichi <gclient.gaap@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/dependabot.yml

index 54873486da9c8dd31ef27c8bb4c945a64eeed9aa..5e841dde2cbd66609036483ae419ed635e9a7039 100644 (file)
@@ -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:
+          - "*"