From 2460c443546401c823da219f3f9a4147f65df874 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Tue, 6 Aug 2024 15:12:23 +0900 Subject: [PATCH] update dependabot group config for pip --- .github/dependabot.yaml | 44 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 09217f3e340..a94477dd82b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -25,7 +25,47 @@ updates: schedule: interval: daily groups: - pip-dependency: + 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: + applies-to: version-updates + patterns: + - "mmdet" + - "mmpretrain" + - "mmsegmentation" + - "mmaction2" + - "mmdeploy" + - "oss2" + update-types: + - "patch" + pip-other-dependencies: + applies-to: version-updates + exclude-patterns: + - "torch" + - "lightning" + - "pytorchcv" + - "timm" + - "openvino" + - "openvino-dev" + - "openvino-model-api" + - "onnx" + - "onnxconverter-common" + - "nncf" + - "anomalib" + update-types: + - "minor" + - "patch"