File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- "config:base "
4+ "config:recommended "
55 ] ,
66 "timezone" : "Asia/Tokyo" ,
77 "automerge" : true ,
88 "platformAutomerge" : true ,
99 "git-submodules" : {
1010 "enabled" : true
1111 } ,
12- "labels" : [ "dependency upgrade" ] ,
12+ "labels" : [
13+ "dependency upgrade"
14+ ] ,
1315 "packageRules" : [
1416 {
15- "matchPackagePatterns" : [ "^line-openapi$" ] ,
16- "labels" : [ "dependency upgrade" , "line-openapi-update" ] ,
17+ "matchPackagePatterns" : [
18+ "line-openapi"
19+ ] ,
20+ "labels" : [
21+ "dependency upgrade" ,
22+ "line-openapi-update"
23+ ] ,
1724 // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
1825 // hours, as there are code changes.
1926 // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
2027 // all, so we allow it to run at night just in case.
21- "schedule" : [ "after 11pm and before 4am" ]
28+ "schedule" : [
29+ "after 11pm" ,
30+ "before 4am"
31+ ]
2232 } ,
2333 {
2434 "matchPaths" : [
You can’t perform that action at this time.
0 commit comments