From 0ee141b6b60960662964b220224ac7f5582c7503 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 24 Jan 2021 22:40:40 +0100 Subject: [PATCH] Allow dependabot to upgrade Python dependencies (#83) --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 45dd97a..166c740 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,3 +6,8 @@ updates: schedule: interval: daily time: "06:00" + - package-ecosystem: "pip" + directory: "/mopidy" + schedule: + interval: daily + time: "06:00"