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