From 1d626cf031548d0c5ef0916847dd3a0c3b153896 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Mon, 5 Aug 2024 12:59:00 -0400 Subject: [PATCH] fix: updates dependabot prefix for conventional commits Signed-off-by: Jennifer Power --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16abc182..229434e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,8 @@ updates: schedule: interval: "weekly" commit-message: - prefix: ":arrow_up:" + prefix: build + include: scope - package-ecosystem: "pip" directory: "/" @@ -19,4 +20,5 @@ updates: allow: - dependency-type: "all" commit-message: - prefix: ":arrow_up:" + prefix: build + include: scope