From 45ceaa4df5023fdfb1264db69d2840ba5de11584 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:42:19 +0000 Subject: [PATCH] re-configure dependabot groups for pip --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4f0acf05..55a89c80 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -37,3 +37,11 @@ updates: directory: / schedule: interval: weekly + groups: + python: + exclude-patterns: + - pydantic + - githubkit + update-types: + - patch + - minor