Skip to content

Commit a27dea4

Browse files
authored
chore: limit concurrent renovate PRs
There are just too many dependencies to update. So limit to have only 5 PRs open at any one time.
1 parent 1b3c5d0 commit a27dea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:best-practices"],
44
"prHourlyLimit": 0,
5-
"prConcurrentLimit": 0,
5+
"prConcurrentLimit": 5,
66
"automerge": true
7-
}
7+
}

0 commit comments

Comments
 (0)