From 6ff6d83c1ade9fed4ef22325148f77f3f0c7e88a Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 21 May 2026 14:21:28 -0700 Subject: [PATCH] Dependabot updates for GitHub Actions Added configuration for GitHub Actions updates. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc26131..8944b66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,3 +27,10 @@ updates: - "/react" schedule: interval: "weekly" + + # Update configuration for GitHub Actions + - package-ecosystem: "github-actions" + directories: + - "/.github/workflows" + schedule: + interval: "weekly"