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:
parent
0f19f80fdb
commit
f93bda5859
1 changed files with 1 additions and 4 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue