fix: allow Renovate to run at any time for immediate PR creation
This commit is contained in:
parent
2ff4570d12
commit
ce4329e598
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"semanticCommits": "enabled",
|
||||
"dependencyDashboard": true,
|
||||
"labels": ["dependencies"],
|
||||
"schedule": ["before 5am"],
|
||||
"schedule": ["at any time"],
|
||||
"timezone": "UTC",
|
||||
"prConcurrentLimit": 10,
|
||||
"prCreation": "immediate",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue