From b2d3e0ffefc213a655b8f8320327ded79f350dd1 Mon Sep 17 00:00:00 2001 From: Akash Askoolum Date: Wed, 3 Feb 2021 06:47:33 +0000 Subject: [PATCH] tweak dependabot's commit messages Prefix commits with "(chore)" to indicate the type of change. This is to help the robots understand history and automate the creation of release notes and new release version numbers. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4beea7570..6224c4a7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,11 @@ updates: directory: '/' schedule: interval: 'weekly' + commit-message: + prefix: "chore(deps): " - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' + commit-message: + prefix: "chore(deps): "