From 57b46b3ef54543e2ad270c4c17f2bb8d1ae4d14d Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Thu, 11 Jun 2026 10:33:47 -0700 Subject: [PATCH] Add dependabot for github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ca79ca5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly