From dd4cf800205de17ba26e5768f498d0e8983e8d87 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 5 Nov 2024 16:00:51 +0000 Subject: [PATCH] fix: use ci prefix for dependabot commits --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 98dcab1..f2a3666 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -16,3 +16,5 @@ updates: update-types: - minor - patch + commit-message: + prefix: ci