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:
patterns:
# - "numpy"
- "numpy"
- "scipy"
- "pandas"
- "tiktoken"
@ -95,9 +95,6 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
# numpy updates are disabled due to potential breaking changes
- dependency-name: "numpy"
labels:
- "dependencies"
- "python"