From 096c5afb02b6e2519c8b9c464be9ba5e4c25150c Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 8 Feb 2022 16:10:29 +0300 Subject: [PATCH] Add pip to dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea0aa4d6..e2887695 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,8 @@ updates: directory: build/socketio schedule: interval: daily + + - package-ecosystem: pip + directory: / + schedule: + interval: daily