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