From 1bed01ca3a21d543d2eb104c720d62bb73b0b931 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 8 Apr 2026 15:18:16 -0700 Subject: [PATCH] ci: scan composite actions under .github/actions/ (#3686) --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65cc02ea..2887c8cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,9 @@ updates: patterns: - "*" - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" schedule: interval: "weekly" groups: