File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
"config:base"
5
5
] ,
6
+ "timezone" : "Asia/Tokyo" ,
6
7
"automerge" : true ,
7
8
"platformAutomerge" : true ,
8
9
"git-submodules" : {
12
13
"packageRules" : [
13
14
{
14
15
"matchPackagePatterns" : [ "^line-openapi$" ] ,
15
- "labels" : [" dependency upgrade" , " line-openapi-update" ]
16
+ "labels" : [ "dependency upgrade" , "line-openapi-update" ] ,
17
+ // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
18
+ // hours, as there are code changes.
19
+ // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
20
+ // all, so we allow it to run at night just in case.
21
+ "schedule" : [ "after 11pm and before 4am" ]
16
22
} ,
17
23
{
18
24
"matchPaths" : [
You can’t perform that action at this time.
0 commit comments