From 52cd83b280411eed9f63a737434643fc9ecf8053 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Oct 2023 13:11:46 -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 fd89895..7212528 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: directory: / schedule: interval: monthly + commit-message: + prefix: ci