Browse Source

Reserve Renovate slots for automerge branches

pull/5555/merge
Slavi Pantaleev 2 days ago
parent
commit
08ce234f08
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/renovate.json

+ 2
- 1
.github/renovate.json View File

@@ -7,7 +7,8 @@
"labels": [
"dependencies"
],
"branchConcurrentLimit": 3,
"branchConcurrentLimit": 5,
"prConcurrentLimit": 3,
"hostRules": [
{
"matchHost": "https://mau.dev",


Loading…
Cancel
Save