From bbbe81e5979b46bd6d4f550e149feddeada0a0f0 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Mon, 4 Apr 2022 15:58:59 +0200 Subject: [PATCH] dependabot: Check rtd requirements for updates. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c72f705..74bf526 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "pip" + directory: "/docs" + schedule: + interval: "daily"