Remove Renovate's Lock File Maintenance task (#27510)

This commit is contained in:
Renaud Chaput 2023-10-23 14:38:36 +02:00 committed by GitHub
parent 3cfdab6b48
commit fc7734df8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
extends: [
'config:recommended',
':labels(dependencies)',
':maintainLockFilesMonthly', // update non-direct dependencies monthly
':prConcurrentLimitNone', // Remove limit for open PRs at any time.
':prHourlyLimit2', // Rate limit PR creation to a maximum of two per hour.
],