From c19e42ae918fd25398453a6272b6f43a866e3a68 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:06:52 -0400 Subject: [PATCH] chore(ci): add dependabot commit msg config --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31d5bf9..536d092 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,9 @@ updates: applies-to: version-updates update-types: - "minor" + commit-message: + include: "scope" + prefix: "chore" - package-ecosystem: gomod directory: "/" schedule: @@ -26,3 +29,6 @@ updates: applies-to: version-updates update-types: - "minor" + commit-message: + include: "scope" + prefix: "chore"