From 9f96ebce5ce05d0469d5beff59b0b54cff144521 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Mon, 31 Jul 2023 11:50:21 -0400 Subject: [PATCH] Exclude sphinx from general python dependency updates (#271) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 152dbe5..ef157a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: python-dependencies: patterns: - "*" + exclude-patterns: + - "sphinx*" documentation-dependencies: patterns: - "sphinx*"