From f4d3aa25e1da2663c6bdbbb3e88d0de7962f5003 Mon Sep 17 00:00:00 2001 From: Sebastian Spaink <3441183+sspaink@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:44:44 -0500 Subject: [PATCH] chore: Remove prefix to use the default `chore(deps)` (#11315) --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2068f1f06..c1de7d8fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,3 @@ 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:"