From 14e6b2bc42daa8ee9117dc6897550d390e848297 Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Mon, 3 Feb 2025 20:17:49 -0500 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..57c32de --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily + update-policy: + update-type: all