Skip to content

Commit 6b37bf5

Browse files
committed
removed excess changes to renovate file 2
1 parent b569967 commit 6b37bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"git-push" // Ensure Renovate pushes its changes after updating
2525
],
2626
// Using a value of "conflicted" means that Renovate will only rebase PRs if they are in a conflicted state. See https://docs.renovatebot.com/configuration-options/#rebasewhen
27-
// Rate limit PRs to maximum x created per hour. 0 means no limit. See https://docs.renovatebot.com/configuration-options/#prhourlylimit
2827
"rebaseWhen": "auto",
2928
// Labels to set in Pull Request. See https://docs.renovatebot.com/configuration-options/#labels
3029
"labels": ["renovate"],
30+
// Rate limit PRs to maximum x created per hour. 0 means no limit. See https://docs.renovatebot.com/configuration-options/#prhourlylimit
3131
"prHourlyLimit": 0,
3232
// Limit to a maximum of x concurrent branches/PRs. 0 means no limit. See https://docs.renovatebot.com/configuration-options/#prconcurrentlimit
3333
"prConcurrentLimit": 0,

0 commit comments

Comments
 (0)