Compare commits
2 Commits
75ee02da0c
...
3f2d51015b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f2d51015b | |||
| 653934dc98 |
@@ -8,12 +8,12 @@ module.exports = {
|
||||
"extends": ["config:best-practices"],
|
||||
"schedule": ["* * * * 1-5"],
|
||||
"timezone": "Europe/London",
|
||||
"minimumReleaseAge": "3 days",
|
||||
"labels": ["dependencies"],
|
||||
"assignees": ["lyrathorpe"],
|
||||
"reviewers": ["lyrathorpe"],
|
||||
"prHourlyLimit": 10,
|
||||
"prConcurrentLimit": 50,
|
||||
"branchConcurrentLimit": 5,
|
||||
"prConcurrentLimit": 10,
|
||||
"branchConcurrentLimit": 10,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
@@ -29,6 +29,7 @@ module.exports = {
|
||||
"schedule": ["before 4am on monday"]
|
||||
},
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"schedule": ["at any time"]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user