Update renovate.json

This commit is contained in:
elibrody 2024-01-30 20:56:57 -05:00 committed by GitHub
parent c0133989e4
commit 9f6137c16f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
{ {
"configMigration": true, "configMigration": true,
"branchConcurrentLimit": 10,
"prHourlyLimit": 25
"extends": [ "extends": [
"config:recommended", "config:recommended",
"docker:pinDigests", "docker:pinDigests",
@ -7,9 +9,3 @@
":pinDevDependencies" ":pinDevDependencies"
] ]
} }
{
"branchConcurrentLimit": 10
}
{
"prHourlyLimit": 25
}