From e008430c38962f44f561438c7594176c266d3db4 Mon Sep 17 00:00:00 2001 From: "David L. Day" <1132144+davidlday@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:24:43 -0500 Subject: [PATCH] ci: updated prefixex to 'ci', 'fix', and 'build' --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68e827e2..40649ac8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: timezone: America/New_York open-pull-requests-limit: 10 commit-message: - prefix: "chore" + prefix: "ci" include: scope reviewers: - davidlday @@ -19,7 +19,8 @@ updates: timezone: America/New_York open-pull-requests-limit: 10 commit-message: - prefix: "chore" + prefix: "fix" + prefix-development: "build" include: scope reviewers: - davidlday