From 86de17c44dbfa3a3dc49064b207eb1e9e22036e3 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 24 Sep 2025 11:54:39 +0100 Subject: [PATCH] Update Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba65192a20..8953919b9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,8 +21,8 @@ updates: - "*" - package-ecosystem: github-actions directories: - - "/" - - "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included. + - "/.github/workflows" + - "/.github/actions" schedule: interval: weekly labels: