From 8d8ff5e820b1be8f483b0c96a709d4054d741c8e Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 13 Mar 2024 18:21:50 -0400 Subject: [PATCH] ci: fix dependabot commit prefix --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d662ce..4df8e71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "actions" + prefix: "ci"