Enable numpy updates in dependabot configuration

- Re-enable numpy in data-processing group
- Remove numpy from ignore list
- Allow minor and patch updates
- Remove breaking change comment
This commit is contained in:
yangdx 2025-12-02 04:50:28 +08:00
parent 0f19f80fdb
commit f93bda5859

View file

@ -57,7 +57,7 @@ updates:
# Data processing and ML # Data processing and ML
data-processing: data-processing:
patterns: patterns:
# - "numpy" - "numpy"
- "scipy" - "scipy"
- "pandas" - "pandas"
- "tiktoken" - "tiktoken"
@ -95,9 +95,6 @@ updates:
update-types: update-types:
- "minor" - "minor"
- "patch" - "patch"
ignore:
# numpy updates are disabled due to potential breaking changes
- dependency-name: "numpy"
labels: labels:
- "dependencies" - "dependencies"
- "python" - "python"