Skip to content

Commit 637ac37

Browse files
Use per-package dependency updates for Python packages (#2163)
1 parent 3dad881 commit 637ac37

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,3 @@ updates:
2222
directory: "/"
2323
schedule:
2424
interval: "weekly"
25-
groups:
26-
python-requirements:
27-
patterns:
28-
- "*"
29-
ignore:
30-
- dependency-name: azure-search-documents

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pytest-snapshot
1212
pre-commit
1313
locust
1414
pip-tools
15-
mypy==1.10.1
15+
mypy==1.13.0

0 commit comments

Comments
 (0)