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

View File

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