From 3d7d5f2b360baa1bb5848eddfea2fffa24096c84 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink <3441183+sspaink@users.noreply.github.com> Date: Thu, 19 Aug 2021 15:30:37 -0500 Subject: [PATCH] fix: prefix dependabot commits with "fix:" (#9641) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c1de7d8fd..2068f1f06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,5 @@ updates: ignore: # Dependabot isn't able to update this packages that do not match the source, so anything with a version - dependency-name: "*.v*" + commit-message: + prefix: "fix:"