Skip to content
Snippets Groups Projects
Unverified Commit 76a3d287 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(configuration options): split list (#17718)

parent 2925cd8b
No related merge requests found
......@@ -2170,9 +2170,12 @@ What may happen if you don't set a `prHourlyLimit`:
1. You merge the onboarding PR to activate Renovate
1. Renovate creates a "Pin Dependencies" PR (if needed)
1. You merge the "Pin Dependencies" PR
1. Renovate creates every single upgrade PR needed, which can be a lot. This may cause:
- Renovate bot's PRs to overwhelm your CI systems
- a lot of test runs, because branches are rebased each time you merge a PR
1. Renovate creates every single upgrade PR needed, which can be a lot
The above may cause:
- Renovate bot's PRs to overwhelm your CI systems
- a lot of test runs, because branches are rebased each time you merge a PR
To prevent these problems you can set `prHourlyLimit` to a value like `1` or `2`.
Renovate will only create that many PRs within each hourly period (`:00` through `:59`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment