From f31e9faadfcb28be19d431c262ee1bbaa015262e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Wed, 21 Jan 2026 23:24:47 +0100 Subject: [PATCH] Add: [Dependabot] monthly schedule for pip dependencies --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d97e315..ead3bc7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: actions: patterns: - "*" +- package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + groups: + dependencies: + patterns: + - "*"