From 4093a80a6518d1ba777f3689824e0fd82ba5977c Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Wed, 13 May 2026 13:04:15 -0700 Subject: [PATCH] feat(ci): 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"