You've already forked renovate-config
fix(default): enable semantic commits and dependency dashboard
This commit is contained in:
+11
-2
@@ -3,9 +3,18 @@
|
|||||||
"assignees": [
|
"assignees": [
|
||||||
"volker.raschek"
|
"volker.raschek"
|
||||||
],
|
],
|
||||||
|
"extends": [
|
||||||
|
":dependencyDashboard",
|
||||||
|
":semanticCommitTypeAll(chore)"
|
||||||
|
],
|
||||||
"platformAutomerge": true,
|
"platformAutomerge": true,
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
"rebaseWhen": "behind-base-branch"
|
"rebaseWhen": "behind-base-branch",
|
||||||
}
|
"semanticCommits": "enabled",
|
||||||
|
"suppressNotifications": [
|
||||||
|
"prEditedNotification",
|
||||||
|
"prIgnoreNotification"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user