From 2da5bc0f24118a794495c5c9efb47824adff0e51 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Mon, 31 Jul 2023 11:46:38 -0400 Subject: [PATCH] Exclude sphinx from general python dependency updates --- .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*"