Skip to content

Commit

Permalink
Update pip update config to exclude base dependencies (openvinotoolki…
Browse files Browse the repository at this point in the history
…t#3814)

* update pip update config to exclude base dependencies

* Update .github/dependabot.yaml

Co-authored-by: Eunwoo Shin <[email protected]>

* update

---------

Co-authored-by: Eunwoo Shin <[email protected]>
  • Loading branch information
yunchu and eunwoosh authored Aug 12, 2024
1 parent 3e33ee3 commit 05c8a71
Showing 1 changed file with 15 additions and 30 deletions.
45 changes: 15 additions & 30 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,19 @@ updates:
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "torch"
- dependency-name: "torchvision"
- dependency-name: "lightning"
- dependency-name: "pytorchcv"
- dependency-name: "timm"
- dependency-name: "openvino*"
- dependency-name: "nncf"
- dependency-name: "anomalib"
- dependency-name: "intel-extension-for-pytorch"
- dependency-name: "oneccl_bind_pt"
groups:
pip-base-dependencies:
applies-to: version-updates
patterns:
- "torch"
- "lightning"
- "pytorchcv"
- "timm"
- "openvino"
- "openvino-dev"
- "openvino-model-api"
- "onnx"
- "onnxconverter-common"
- "nncf"
- "anomalib"
update-types:
- "patch"
pip-mmlab-dependencies:
pip-mmlab:
applies-to: version-updates
patterns:
- "mmdet"
Expand All @@ -52,20 +47,10 @@ updates:
- "oss2"
update-types:
- "patch"
pip-other-dependencies:
pip-others:
applies-to: version-updates
exclude-patterns:
- "torch"
- "lightning"
- "pytorchcv"
- "timm"
- "openvino"
- "openvino-dev"
- "openvino-model-api"
- "onnx"
- "onnxconverter-common"
- "nncf"
- "anomalib"
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 05c8a71

Please sign in to comment.