Merge pull request #66 from earthly/ido-renovate-schedule

Renovate Config - Set schedule and limit for PRs
This commit is contained in:
idodod 2024-03-26 12:35:14 -04:00 committed by GitHub
commit dc23b463ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,11 @@
extends: [
"config:recommended"
],
configMigration: true,
prHourlyLimit: 1,
schedule: [ // utc timezone
'after 6am on monday',
],
labels: [
'renovate',
],