From 0cf543f79340fc44266929528fb589f141fb73bf Mon Sep 17 00:00:00 2001 From: B Date: Wed, 13 Nov 2024 13:11:36 -0500 Subject: [PATCH] fix(core): fixed dependabot commit preffix message --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c56cdee..b138697 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "deps" + prefix: "fix(deps)" open-pull-requests-limit: 5 target-branch: "dev" \ No newline at end of file