From c11810be44747de6f84e9ef0735b4f00fe18d30f Mon Sep 17 00:00:00 2001 From: j4y <36337+j4y@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:05:49 -0400 Subject: [PATCH] chore(deps): add dependabot support for GitHub Actions Ensures GitHub Actions used in workflows stay up to date. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c48732..8fd9008 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,14 @@ version: 2 updates: + - package-ecosystem: github-actions + # maintain workflows in the default location (/.github/workflows/) + directory: / + schedule: + interval: monthly + commit-message: + prefix: fix + prefix-development: chore + include: scope - package-ecosystem: npm directory: "/" schedule: