From 7ab8c14c5cadd8664f5c9c9d909ee897b985a7bb Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 16 May 2023 22:39:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20custom=20commit=20prefix?= =?UTF-8?q?=20for=20renovate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9a..c6aaaccdc 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "commitMessagePrefix": "⬆️ " }