From b088e4e3e21cb11da410275546cf35d7ae3e89c5 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Wed, 8 Mar 2023 10:26:36 +0100 Subject: [PATCH] chore(dependabot): fix missing property prefix (#1606) --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b832c68c..0889eccd 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,6 +5,7 @@ version: 2 updates: - commit-message: include: "scope" + prefix: "chore(deps)" directory: "/" ignore: # newer versions of these libs will break build @@ -17,6 +18,7 @@ updates: - commit-message: include: "scope" + prefix: "chore(ci)" directory: "/" open-pull-requests-limit: 10 package-ecosystem: "github-actions"