From 676b01ad28b7d933b7a3f149a3f82e9bf8a64e4c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 24 Mar 2023 06:46:15 +0000 Subject: [PATCH] ci(dependabot): change commit message prefix for gh actions to `ci` (#157) --- .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: