From f14fdbc09063f3798582890074aec8b01abf307f Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Thu, 24 Oct 2024 14:48:30 -0500 Subject: [PATCH] add dependabot --- .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..55dbe85 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly"