We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102bac6 commit 4fe5504Copy full SHA for 4fe5504
renovate.json5
@@ -19,6 +19,10 @@
19
'dependency upgrade',
20
'line-openapi-update',
21
],
22
+ // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
23
+ // hours, as there are code changes.
24
+ // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
25
+ // all, so we allow it to run at night just in case.
26
schedule: [
27
'after 11pm',
28
'before 4am',
0 commit comments