Update renovate.json

This commit is contained in:
Mihai PLESA 2024-10-01 18:44:29 +01:00 committed by GitHub
parent d8f9644c40
commit 461cbde283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,7 @@
{
"extends": [
"local>brave/renovate-config"
],
"extends": ["local>brave/renovate-config"],
"labels": ["dependencies", "renovate"],
"draftPR": true,
"prConcurrentLimit": 2,
"labels": [
"dependencies",
"renovate"
],
"reviewers": [
"mihaiplesa"
]
"prConcurrentLimit": 4,
"reviewersFromCodeOwners": true
}