From 08b4c9cdd300b0906d3475352426fb171ec5cd6d Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 6 Jan 2023 00:50:14 +0400 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] 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] Signed-off-by: dependabot[bot] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/dependabot.yml | 205 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 192 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef8e05d117e581..f3b9703c67f2f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,195 @@ version: 2 updates: - # Enable version updates for Python API - - package-ecosystem: pip - directory: "/src/bindings/python" - schedule: - interval: weekly - day: sunday - time: "13:00" - open-pull-requests-limit: 0 - reviewers: - - jiwaszki - - akuporos - labels: - - "category: dependencies" + # + # Python product dependencies + # + + # Python API requirements + - package-ecosystem: pip + directory: "/src/bindings/python/" + schedule: + interval: "daily" + time: "09:00" + timezone: "Poland" + open-pull-requests-limit: 3 + assignees: + - "jiwaszki" + - "p-wysocki" + - "rkazants" + 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