From 1fa48a0a85386ec1909a9f2135b841fa63ffa6bc Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 13:44:07 -0600 Subject: [PATCH] ci: ensure dependabot git commit message conforms to commitlint Ensure dependabot git commit message conforms to commitlint Signed-off-by: Rich Megginson --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd898955..72125286 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: directory: / schedule: interval: monthly + commit-message: + prefix: ci