From 4619d90fcbb9bcdbc7b98e9b6d5105085cff77fa Mon Sep 17 00:00:00 2001 From: Ethan Nguyen Date: Thu, 13 May 2021 08:56:21 -0400 Subject: [PATCH] chore(dependabot): enable dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7d1b67d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +--- + +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" +