From cade8cf4ab6c13251d25fbf63e4df9ea455074ef Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:57:13 +0200 Subject: [PATCH] dependabot: Add weekly update check for Pip requirements.txt packages --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..696b5d7b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"