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 1/2] 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" From d89e12d4a8d8aa7b6e49911c2692c15707d0f237 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:32:42 -0400 Subject: [PATCH 2/2] chore: update commit msg from chore to build --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 536d092..de8fcb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: - "minor" commit-message: include: "scope" - prefix: "chore" + prefix: "build" - package-ecosystem: gomod directory: "/" schedule: @@ -31,4 +31,4 @@ updates: - "minor" commit-message: include: "scope" - prefix: "chore" + prefix: "build"