From eb796e95ce3213cfe180ef9b997c3c46eeefddd7 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 11 Mar 2026 15:55:25 -0400 Subject: [PATCH] chore: Use Dependabot for GitHub Actions updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3c37a4ee5f..93a3e331a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,9 @@ version: 2 updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" - package-ecosystem: npm directory: "/" schedule: