fix: allow Renovate to run at any time for immediate PR creation

This commit is contained in:
Graham McIntire 2026-03-03 10:55:11 -06:00
parent 2ff4570d12
commit ce4329e598
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
"semanticCommits": "enabled",
"dependencyDashboard": true,
"labels": ["dependencies"],
"schedule": ["before 5am"],
"schedule": ["at any time"],
"timezone": "UTC",
"prConcurrentLimit": 10,
"prCreation": "immediate",