From 923e12ad34eaa3f51bed63e9dad874fb4602fc27 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 5 Jun 2026 14:43:16 +0200 Subject: [PATCH] fix(default): enable semantic commits and dependency dashboard --- default.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/default.json b/default.json index 96a3ee5..9e1b7ec 100644 --- a/default.json +++ b/default.json @@ -3,9 +3,18 @@ "assignees": [ "volker.raschek" ], + "extends": [ + ":dependencyDashboard", + ":semanticCommitTypeAll(chore)" + ], "platformAutomerge": true, "prConcurrentLimit": 0, "prHourlyLimit": 0, "rebaseLabel": "renovate/rebase", - "rebaseWhen": "behind-base-branch" -} \ No newline at end of file + "rebaseWhen": "behind-base-branch", + "semanticCommits": "enabled", + "suppressNotifications": [ + "prEditedNotification", + "prIgnoreNotification" + ] +}