From 2434ae54768267798a283ee9535c2a5fcc594093 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 4 Aug 2025 19:34:03 +0200 Subject: [PATCH] chore: make scipy it's own group to update scipy-stubs together --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6c20a6bc..ecdbe9d8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,6 +29,10 @@ updates: mkdocs: patterns: - "mkdocs*" + scipy: + patterns: + - "scipy" + - "scipy-stubs" - package-ecosystem: "github-actions" directory: "/"