From f90bda9d002f8f8b0d6140532bf616360aede093 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 28 Jan 2026 14:16:07 -0800 Subject: [PATCH] Dependabot configuration to update actions in workflows --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..75e07eec --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # Look for GitHub Actions workflows in the `root` directory + directory: "/" + # Check for updates once a week + schedule: + interval: "weekly"