You've already forked renovate-config
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [
|
|
"volker.raschek"
|
|
],
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"platformAutomerge": true,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0,
|
|
"rebaseLabel": "renovate/rebase",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"semanticCommits": "enabled",
|
|
"suppressNotifications": [
|
|
"prEditedNotification",
|
|
"prIgnoreNotification"
|
|
]
|
|
}
|