From e08539e909358175251cab47fb9ff41374eba629 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Fri, 23 Jan 2026 11:39:53 -0800 Subject: [PATCH] chore: add dependabot updates for github actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14eb44f7..d2540176 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: # Allow both direct and indirect updates for all packages - dependency-type: "all" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"