From 3e59270244a1fab45e9b66f39644593c180f6bd8 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 30 Jul 2020 12:03:12 +0200 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..b38df29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"