From b9351fdae86653993b32aa1dd8e158fff716e635 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 3 Oct 2024 09:19:52 +0200 Subject: [PATCH] chore(dependabot): change commit message prefix for docker update to fix --- .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"