From d896cb9d5c20378d044bcf11c46645f34e56dd26 Mon Sep 17 00:00:00 2001 From: ted chang Date: Thu, 20 Jun 2024 18:15:04 -0700 Subject: [PATCH] add dependabot.yml Signed-off-by: ted chang --- .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 00000000..f1747992 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file