From e3c6ffdb5daeafb41fafeabe57ac638bbf4501c4 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:59:53 -0700 Subject: [PATCH] Configure Dependabot groups and commit messages (#14) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ac37ed..46455b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,18 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" + commit-message: + prefix: "fix" + prefix-development: "build" + include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "fix"