From e60cd09c68e9df47e31417627d0e9153859d8d81 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 23 Jul 2026 08:10:09 -0600 Subject: [PATCH] Add dependabot configuration Signed-off-by: Joe Block --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..35ab381 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +--- +# Use `allow` to specify which dependencies to maintain + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily"