From bdaa32ccc6b457a81797a732b389d86f5170ed7d Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sun, 26 Jan 2025 15:52:19 +0100 Subject: [PATCH] ci(dependabot): enable weekly job for pip dependencies --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc33ff6c64..b592c84d69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -73,3 +73,12 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: pip + directory: "/" + schedule: + interval: weekly + day: thursday + groups: + python-packages: + patterns: + - "*"