From 923e6d4bc190ac5c03732374cb2d9d111fd659f1 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Thu, 31 Oct 2024 12:55:38 -1000 Subject: [PATCH] [ci/build] Configure dependabot to update pip dependencies (#9811) Signed-off-by: kevin Signed-off-by: s.kochetkov --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0d6e4b9..a21acd9671eeb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,19 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + labels: ["dependencies"] + open-pull-requests-limit: 5 + reviewers: ["khluu", "simon-mo"] + allow: + - dependency-type: "all" + groups: + patch-update: + applies-to: version-updates + update-types: ["patch"] + minor-update: + applies-to: version-updates + update-types: ["minor"]