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",
|
"semanticCommits": "enabled",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"schedule": ["before 5am"],
|
"schedule": ["at any time"],
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"prConcurrentLimit": 10,
|
"prConcurrentLimit": 10,
|
||||||
"prCreation": "immediate",
|
"prCreation": "immediate",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue