From 7189954a56e8014116340ad1fdc285d542b99f7c Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Mon, 16 Feb 2026 02:10:34 +0530 Subject: [PATCH] ci: expand Dependabot config to monitor pip dependencies, fixes #9349 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d15c975ea..03287b80e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: actions: patterns: - "*" + - package-ecosystem: "pip" + directory: "/requirements.d" + schedule: + interval: "weekly" + groups: + pip-dependencies: + patterns: + - "*"