Skip to content

Commit b3eedce

Browse files
chore(config): migrate config renovate.json5
1 parent 638c5f0 commit b3eedce

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

renovate.json5

+22-26
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
"helpers:pinGitHubActionDigestsToSemver"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
5+
'helpers:pinGitHubActionDigestsToSemver',
66
],
7-
"timezone": "Asia/Tokyo",
8-
"automerge": true,
9-
"platformAutomerge": true,
10-
"git-submodules": {
11-
"enabled": true
7+
timezone: 'Asia/Tokyo',
8+
automerge: true,
9+
platformAutomerge: true,
10+
'git-submodules': {
11+
enabled: true,
1212
},
13-
"labels": [
14-
"dependency upgrade"
13+
labels: [
14+
'dependency upgrade',
1515
],
16-
"packageRules": [
16+
packageRules: [
1717
{
18-
"matchPackagePatterns": [
19-
"line-openapi"
18+
labels: [
19+
'dependency upgrade',
20+
'line-openapi-update',
2021
],
21-
"labels": [
22-
"dependency upgrade",
23-
"line-openapi-update"
22+
schedule: [
23+
'after 11pm',
24+
'before 4am',
25+
],
26+
matchPackageNames: [
27+
'/line-openapi/',
2428
],
25-
// In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
26-
// hours, as there are code changes.
27-
// If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
28-
// all, so we allow it to run at night just in case.
29-
"schedule": [
30-
"after 11pm",
31-
"before 4am"
32-
]
3329
},
34-
]
30+
],
3531
}

0 commit comments

Comments
 (0)