Skip to content

Commit 9722bb0

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

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

renovate.json5

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
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"
20-
],
21-
"labels": [
22-
"dependency upgrade",
23-
"line-openapi-update"
18+
labels: [
19+
'dependency upgrade',
20+
'line-openapi-update',
2421
],
2522
// In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working
2623
// hours, as there are code changes.
2724
// If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at
2825
// all, so we allow it to run at night just in case.
29-
"schedule": [
30-
"after 11pm",
31-
"before 4am"
32-
]
26+
schedule: [
27+
'after 11pm',
28+
'before 4am',
29+
],
30+
matchPackageNames: [
31+
'/line-openapi/',
32+
],
3333
},
34-
]
34+
],
3535
}

0 commit comments

Comments
 (0)