From: ichizok Date: Thu, 19 Mar 2026 19:03:40 +0000 (+0000) Subject: CI: make dependabot monitor `.github/actions` directory X-Git-Tag: v9.2.0200~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecf90b92f1175c6185d135847bd0959fe2ff8f97;p=thirdparty%2Fvim.git CI: make dependabot monitor `.github/actions` directory and also set `cooldown`, `groups` related: #19747 closes: #19756 Signed-off-by: Ozaki Kiichi Signed-off-by: Christian Brabandt --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54873486da..5e841dde2c 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: + - "*"