From 7ce9aa480872df280fb3fb98a1a32a6dac1f3286 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 22 Mar 2023 20:18:50 +0000 Subject: [PATCH] ci(dependabot): change commit message prefix for gh actions to `ci` --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b43a7b3..b922d56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: github-actions commit-message: include: scope - prefix: build + prefix: ci directory: / open-pull-requests-limit: 20 schedule: