Merge pull request 'config: tune concurrency, security scheduling, stability, noise' (#52) from config/tuning into main
renovate / renovate (push) Successful in 1m7s

Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-06-16 14:52:18 +01:00
+5 -4
View File
@@ -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"]
}
};