File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- "config:base "
4
+ "config:recommended "
5
5
] ,
6
6
"timezone" : "Asia/Tokyo" ,
7
7
"automerge" : true ,
8
8
"platformAutomerge" : true ,
9
9
"git-submodules" : {
10
10
"enabled" : true
11
11
} ,
12
- "labels" : [ "dependency upgrade" ] ,
12
+ "labels" : [
13
+ "dependency upgrade"
14
+ ] ,
13
15
"packageRules" : [
14
16
{
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
+ ] ,
17
24
// In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
18
25
// hours, as there are code changes.
19
26
// If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
20
27
// all, so we allow it to run at night just in case.
21
- "schedule" : [ "after 11pm and before 4am" ]
22
- }
28
+ "schedule" : [
29
+ "after 11pm" ,
30
+ "before 4am"
31
+ ]
32
+ } ,
23
33
]
24
34
}
You can’t perform that action at this time.
0 commit comments