From c251d5d0168d1a8d27f493cec6499a8f4dc29409 Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Mon, 29 Jan 2024 11:56:49 +0000 Subject: [PATCH] chore: add conventional commit to dependabot PRs (#820) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d3a250ca..170902d17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + commit-message: + # Use a conventional commit tag + prefix: "chore(deps)" - package-ecosystem: "github-actions" directory: "/" schedule: