Skip to content

Commit df2c252

Browse files
authored
chore(deps): group all Python minor/patch updates into single PR (#110)
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.
1 parent bc76a0f commit df2c252

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/dependabot.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,9 @@ updates:
1616
- dependencies
1717
- python
1818
groups:
19-
dev-dependencies:
19+
python-minor-patch:
2020
patterns:
21-
- "pytest*"
22-
- "ruff"
23-
- "ty"
24-
- "pre-commit"
25-
update-types:
26-
- minor
27-
- patch
28-
ai-frameworks:
29-
patterns:
30-
- "openai*"
31-
- "langchain*"
32-
- "crewai*"
33-
- "mcp*"
21+
- "*"
3422
update-types:
3523
- minor
3624
- patch

0 commit comments

Comments
 (0)