Configured dependabot updates for main pip requirements (#14876)
* Configured dependabot updates for main pip requirements * Fixed MO working directory * Update .github/workflows/build_doc.yml * pip(deps): bump urllib3 from 1.26.5 to 1.26.13 (#62) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.13. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.13) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * pip(deps): bump six from 1.15.0 to 1.16.0 (#60) Bumps [six](https://github.com/benjaminp/six) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/benjaminp/six/releases) - [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES) - [Commits](https://github.com/benjaminp/six/compare/1.15.0...1.16.0) --- updated-dependencies: - dependency-name: six dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * pip(deps): bump imagesize from 1.2.0 to 1.4.1 (#70) Bumps [imagesize](https://github.com/shibukawa/imagesize_py) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/shibukawa/imagesize_py/releases) - [Commits](https://github.com/shibukawa/imagesize_py/compare/1.2.0...1.4.1) --- updated-dependencies: - dependency-name: imagesize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a14c9e3ae5
commit
08b4c9cdd3
201
.github/dependabot.yml
vendored
201
.github/dependabot.yml
vendored
@ -2,16 +2,195 @@
|
|||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Enable version updates for Python API
|
#
|
||||||
|
# Python product dependencies
|
||||||
|
#
|
||||||
|
|
||||||
|
# Python API requirements
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directory: "/src/bindings/python"
|
directory: "/src/bindings/python/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: "daily"
|
||||||
day: sunday
|
time: "09:00"
|
||||||
time: "13:00"
|
timezone: "Poland"
|
||||||
open-pull-requests-limit: 0
|
open-pull-requests-limit: 3
|
||||||
reviewers:
|
assignees:
|
||||||
- jiwaszki
|
- "jiwaszki"
|
||||||
- akuporos
|
- "p-wysocki"
|
||||||
labels:
|
- "rkazants"
|
||||||
- "category: dependencies"
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
# Model Optimizer requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/tools/mo"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "rkazants"
|
||||||
|
- "andrei-kochin"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
allow:
|
||||||
|
- dependency-name: "*"
|
||||||
|
dependency-type: "production"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
# POT requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/tools/pot"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "AlexKoff88"
|
||||||
|
- "KodiaqQ"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
# benchmark_tool requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/tools/benchmark_tool"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "Wovchena"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
#
|
||||||
|
# Tests requirements for frontends
|
||||||
|
#
|
||||||
|
|
||||||
|
# PaddlePaddle FE tests requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/src/frontends/paddle/tests/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Shanghai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "ceciliapeng2011"
|
||||||
|
- "meiyang-intel"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
# ONNX FE tests requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/src/frontends/onnx/tests/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Poland"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "mbencer"
|
||||||
|
- "tomdol"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
# TensorFlow FE tests requirements
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/src/frontends/tensorflow/tests/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "rkazants"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
#
|
||||||
|
# Python Samples
|
||||||
|
#
|
||||||
|
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/samples/python/hello_reshape_ssd/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "Wovchena"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/samples/python/classification_sample_async/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "Wovchena"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/samples/python/benchmark/bert_benchmark/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "Wovchena"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/samples/python/hello_classification/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
assignees:
|
||||||
|
- "Wovchena"
|
||||||
|
- "jiwaszki"
|
||||||
|
- "p-wysocki"
|
||||||
|
- "rkazants"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
|
|
||||||
|
#
|
||||||
|
# Github actions - CI
|
||||||
|
#
|
||||||
|
|
||||||
|
# Github actions
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "09:00"
|
||||||
|
timezone: "Asia/Dubai"
|
||||||
|
assignees:
|
||||||
|
- "ilyachur"
|
||||||
|
- "ilya-lavrenov"
|
||||||
|
open-pull-requests-limit: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user