Remove the 2 PRs-per-hour Renovate limit (#36814)

This commit is contained in:
Renaud Chaput 2025-11-11 09:26:43 +01:00 committed by GitHub
parent 1c3e7545cb
commit bc5397a0db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,6 @@
'customManagers:dockerfileVersions', 'customManagers:dockerfileVersions',
':labels(dependencies)', ':labels(dependencies)',
':prConcurrentLimitNone', // Remove limit for open PRs at any time. ':prConcurrentLimitNone', // Remove limit for open PRs at any time.
':prHourlyLimit2', // Rate limit PR creation to a maximum of two per hour.
':enableVulnerabilityAlertsWithLabel(security)', ':enableVulnerabilityAlertsWithLabel(security)',
], ],
rebaseWhen: 'conflicted', rebaseWhen: 'conflicted',