From d05a46c6354860fc30b410589da90a30975c67d1 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Thu, 14 Jul 2022 11:09:04 -0700 Subject: [PATCH] chore: prefix "chore: " to dependabot.yml --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 855e23917..c884156b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,5 @@ updates: interval: monthly time: "13:00" open-pull-requests-limit: 10 + commit-message: + prefix: "chore: "