From 0e68dda5eed74d9d9c7d05e67eabb5dd65bfd91d Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:53:21 +0000 Subject: [PATCH] dependabot: combine patterns with exclude-pattern pip --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index deb9db50..1565dd42 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -50,6 +50,8 @@ updates: interval: weekly groups: python: + patterns: + - "*" exclude-patterns: - pydantic - githubkit