Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
76a3d287
Unverified
Commit
76a3d287
authored
2 years ago
by
HonkingGoose
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(configuration options): split list (#17718)
parent
2925cd8b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/configuration-options.md
+6
-3
6 additions, 3 deletions
docs/usage/configuration-options.md
with
6 additions
and
3 deletions
docs/usage/configuration-options.md
+
6
−
3
View file @
76a3d287
...
...
@@ -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`
).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment