From 17ba04ceaefd394096196645cb81fad12e64aa09 Mon Sep 17 00:00:00 2001 From: Scott Leggett Date: Fri, 12 Apr 2024 17:04:20 +0800 Subject: [PATCH] chore: fix error message from Dependabot Apparently there is an undocumented dependency between the include field and the prefix field. --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5e1a3ac..c344a50 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: github-actions commit-message: + prefix: chore include: scope directory: / schedule: @@ -15,6 +16,7 @@ updates: - "patch" - package-ecosystem: docker commit-message: + prefix: chore include: scope directory: / schedule: @@ -28,6 +30,7 @@ updates: - "patch" - package-ecosystem: gomod commit-message: + prefix: chore include: scope directory: / schedule: