From fe38833c610e19696a0bcf30ad8aefce310d6804 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Mon, 18 Dec 2023 10:27:25 +0100 Subject: [PATCH] [#38] Prefix all dependabot commit messages with [NO-ISSUE] --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40e4910..8b5907d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,6 @@ updates: # weekly runs on mondays # monthly runs on 1st day of the month interval: "weekly" - + commit-message: + # Prefix all commit messages with "[NO-ISSUE] " + prefix: "[NO-ISSUE]"