From ecf90b92f1175c6185d135847bd0959fe2ff8f97 Mon Sep 17 00:00:00 2001 From: ichizok Date: Thu, 19 Mar 2026 19:03:40 +0000 Subject: [PATCH] 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 --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: + - "*"