From 4d14ea314b29b40c718998eb1d5572ba8dabb8db Mon Sep 17 00:00:00 2001 From: Lindsay Holmwood Date: Mon, 25 May 2026 14:42:36 +1000 Subject: [PATCH] fix(dependabot): stop double scoping commits --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db49ec64..3a98fd84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,7 @@ updates: - dependencies - supply-chain commit-message: - prefix: "chore(deps)" + prefix: "chore" include: scope groups: dev-dependencies: @@ -55,7 +55,8 @@ updates: - dependencies - github-actions commit-message: - prefix: "chore(actions)" + prefix: "chore" + include: scope groups: actions-minor-patch: patterns: