From 6bd6da3517a2b73d3745c7efa06693978f7ee2ea Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 8 Dec 2025 17:18:17 -0500 Subject: [PATCH] ci: dependabot conventional commits specify conventional-commit convention, rather than guess it --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c18d058451..e00191ce89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "build(deps)" ignore: - dependency-name: "org.jlab:groot" # since version numbers are not in order - dependency-name: "org.ejml:ejml-simple" # keep version the same as `j4ml:j4ml-clas12:jar:0.9-SNAPSHOT`; see pull requests #636 and #632 @@ -30,6 +32,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci(deps)" - package-ecosystem: "gitsubmodule" directory: "/" schedule: