Make renovate to maintain only 2 PRs

This commit is contained in:
Dmitry Kropachev
2025-10-16 13:30:07 -04:00
parent ce13945e3f
commit 20fef0caf4

View File

@@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:recommended"
] ],
"prConcurrentLimit": 2
} }