From 4055f532019af64f4f2d25656330db420c2b3618 Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk <509198+m1kola@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:22:29 +0000 Subject: [PATCH] Prefix dependabot pip PRs (#582) Signed-off-by: Mikalai Radchuk --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c7c8d681..675d803c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,9 @@ updates: interval: "daily" commit-message: prefix: ":seedling:" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":seedling:"