From 853920065ae356aaac844bc2ec35f6e3d3815baa Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Tue, 7 Mar 2023 13:51:01 -0800 Subject: [PATCH] [BACKEND] 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..f1747992 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file