From cce78cc274ef082e6fab6026d4b532a2a614c02d Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Sat, 7 Oct 2023 06:46:22 +0500 Subject: [PATCH] Fixed: Fix dependabot commit format to use convetional commit format All commit messages will now be prefixed with "Changed: " --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a83ef385..af8a2fda 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: / schedule: interval: daily + commit-message: + # Prefix all commit messages with "Changed: " + prefix: "Changed"