From cc7ac649092d62801e50a786378a817a6f732643 Mon Sep 17 00:00:00 2001 From: rany Date: Sun, 21 Aug 2022 19:28:01 +0300 Subject: [PATCH] Create dependabot.yml Signed-off-by: rany2 --- .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"