From 0d9cf039e9540606e0e6a32ed3219e08f9119ed1 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:26:25 -0500 Subject: [PATCH] fix(dependabot): search for actions in additional directories --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b3ceeb2..70774ed7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,10 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/*" + - "/actions/*" rebase-strategy: disabled schedule: interval: "cron"