From 299d4470fd3cc492f45a24dd1453ae295b4e158f Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Mon, 14 Oct 2024 21:35:27 -0400 Subject: [PATCH] build: dependabot commit message (#393) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d3d74d..21513db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: monthly day: monday + commit-message: + prefix: "build" + include: "scope" open-pull-requests-limit: 5 target-branch: "main" versioning-strategy: increase