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