From 79bc63adb80c8d56bca777ec89b533e15e1c8e99 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 11 Oct 2025 19:29:26 -0700 Subject: [PATCH] feat(CI): Extend Dependabot workflow for GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d41cd8e..815be86 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: "weekly" commit-message: prefix: "chore: " + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: "chore: "