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" + ] +}