From 3468ce903d840c3cbdafcd69c3c19bc422aa9a72 Mon Sep 17 00:00:00 2001 From: Blai Peidro Date: Tue, 18 Aug 2026 22:15:48 +0200 Subject: [PATCH] Label Dependabot's bumps with the build(deps) commit prefix --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 092ac3c93..b5d44aefa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,23 @@ updates: directory: "/" schedule: interval: "weekly" + # Dependabot writes its own commit titles: "build(deps): bump ..." + commit-message: + prefix: "build" + include: "scope" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "build" + include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "build" + include: "scope"