From c169d60424edabaa715e823a513beac512a9c62d Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 23 Nov 2025 20:12:20 -0800 Subject: [PATCH] Dependabot configuration to update actions in workflow --- .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 000000000..75e07eecb --- /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"