From 37823a7237d074ab0d90d6f5bd1e62a77fb0c4b6 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 29 Nov 2024 13:29:40 -0500 Subject: [PATCH] Add dependabot --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..6a7695c0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"