Skip to content

Commit bab829c

Browse files
Migrate renovate config (#685)
Renovate's auto migrator removes comments and disrupts the format as it said. This change keeps the original file as much as possible. Close #683 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec86fa7 commit bab829c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

renovate.json5

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
55
],
6-
"timezone": "Asia/Tokyo",
7-
"ignorePaths": [
8-
"docs/",
6+
timezone: 'Asia/Tokyo',
7+
ignorePaths: [
8+
'docs/',
99
],
10-
"automerge": true,
11-
"platformAutomerge": true,
12-
"git-submodules": {
13-
"enabled": true
10+
automerge: true,
11+
platformAutomerge: true,
12+
'git-submodules': {
13+
enabled: true,
1414
},
15-
"labels": [
16-
"dependency upgrade"
15+
labels: [
16+
'dependency upgrade',
1717
],
18-
"packageRules": [
18+
packageRules: [
1919
{
20-
"matchPackagePatterns": [
21-
"line-openapi"
22-
],
23-
"labels": [
24-
"dependency upgrade",
25-
"line-openapi-update"
20+
labels: [
21+
'dependency upgrade',
22+
'line-openapi-update',
2623
],
2724
// In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
2825
// hours, as there are code changes.
2926
// If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
3027
// all, so we allow it to run at night just in case.
31-
"schedule": [
32-
"after 11pm",
33-
"before 4am"
34-
]
28+
schedule: [
29+
'after 11pm',
30+
'before 4am',
31+
],
32+
matchPackageNames: [
33+
'/line-openapi/',
34+
],
3535
},
36-
]
36+
],
3737
}

0 commit comments

Comments
 (0)