From 33c9b1544146778a2bcceb4c8e608384309fb327 Mon Sep 17 00:00:00 2001 From: mikebender Date: Thu, 27 Jun 2024 11:47:42 -0400 Subject: [PATCH] chore: Add commit-message to dependabot workflow --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1f..c1a349aa1bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore(deps)"