From d662675b0012714a82bed831ac662d04ec3c8f8a Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 14 Jan 2026 15:58:01 -0800 Subject: [PATCH] Add Dependabot configuration for GitHub Actions --- .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 0000000..75e07ee --- /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"