fix(default): enable semantic commits and dependency dashboard

This commit is contained in:
2026-06-05 14:43:16 +02:00
parent 86f1c135dc
commit 923e12ad34
+11 -2
View File
@@ -3,9 +3,18 @@
"assignees": [
"volker.raschek"
],
"extends": [
":dependencyDashboard",
":semanticCommitTypeAll(chore)"
],
"platformAutomerge": true,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
}
"rebaseWhen": "behind-base-branch",
"semanticCommits": "enabled",
"suppressNotifications": [
"prEditedNotification",
"prIgnoreNotification"
]
}