From 46db279c2e93c2ea07239b70abe2369e649f1810 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 3 Oct 2024 09:28:36 +0200 Subject: [PATCH] chore(dependabot): change commit message prefix for docker update to fix (#94) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 65bc053..fe90d8d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: "daily" commit-message: - prefix: "feat: " + prefix: "fix: " # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"