From bc3b46f6d3b9bd993aebb5d86a51f9ca93f71687 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:43:21 +0000 Subject: [PATCH] chore(deps): group all Python minor/patch updates into single PR Consolidate dev-dependencies and ai-frameworks groups into a single python-minor-patch group using wildcard pattern to capture all packages. This reduces PR noise by bundling all minor and patch updates together. --- .github/dependabot.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 30e0967..ec85c19 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -16,21 +16,9 @@ updates: - dependencies - python groups: - dev-dependencies: + python-minor-patch: patterns: - - "pytest*" - - "ruff" - - "ty" - - "pre-commit" - update-types: - - minor - - patch - ai-frameworks: - patterns: - - "openai*" - - "langchain*" - - "crewai*" - - "mcp*" + - "*" update-types: - minor - patch