From feec6acabfcfa29dc9e9683c1687e2dd9da42fee Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 27 Jun 2024 08:51:30 -0700 Subject: [PATCH] feat: Add dependabot commit message prefix This is to ensure the commit message from dependabot aligns with the conventional commit requirements established in https://github.com/deephaven/deephaven-core/pull/5528 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1f..db5bcd84f7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci(github-actions)"