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 19b2abd commit e81ac33Copy full SHA for e81ac33
renovate.json5
@@ -3,6 +3,7 @@
3
"extends": [
4
"config:base"
5
],
6
+ "timezone": "Asia/Tokyo",
7
"ignorePaths": [
8
"docs/",
9
@@ -15,7 +16,12 @@
15
16
"packageRules": [
17
{
18
"matchPackagePatterns": ["^line-openapi$"],
- "labels": ["dependency upgrade", "line-openapi-update"]
19
+ "labels": ["dependency upgrade", "line-openapi-update"],
20
+ // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
21
+ // hours, as there are code changes.
22
+ // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
23
+ // all, so we allow it to run at night just in case.
24
+ "schedule": ["after 11pm and before 4am"]
25
}
26
]
27
0 commit comments