Initial renovate.json changes.
This commit is contained in:
+20
-1
@@ -1,3 +1,22 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"prHourlyLimit": 2,
|
||||
"prConcurrentLimit": 5,
|
||||
"dependencyDashboard": true,
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"renovate"
|
||||
],
|
||||
"schedule": [
|
||||
"before 6am on monday"
|
||||
],
|
||||
"customManagers": [],
|
||||
"branchNameStrict": true,
|
||||
"branchPrefix": "renovate/",
|
||||
"branchTopic": "{{service}}/{{depName}}",
|
||||
"commitMessageAction": "Update",
|
||||
"commitMessageTopic": "{{service}}/{{depName}}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user