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": [
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user