File tree Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ "config:base"
5
+ ] ,
6
+ "timezone" : "Asia/Tokyo" ,
7
+ "automerge" : true ,
8
+ "platformAutomerge" : true ,
9
+ "git-submodules" : {
10
+ "enabled" : true
11
+ } ,
12
+ "labels" : [ "dependency upgrade" ] ,
13
+ "packageRules" : [
14
+ {
15
+ "matchPackagePatterns" : [ "^line-openapi$" ] ,
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" ]
22
+ }
23
+ ]
24
+ }
You can’t perform that action at this time.
0 commit comments