Skip to content

Commit 93fca30

Browse files
authored
Merge pull request #51 from matsuri-tech/renovate/migrate-config
chore(config): migrate renovate config
2 parents 55276e6 + ea9b84e commit 93fca30

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

renovate.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"timezone": "Asia/Tokyo",
4-
"extends": ["config:recommended"],
5-
"reviewers": ["hrdtbs"],
4+
"extends": [
5+
"config:recommended"
6+
],
7+
"reviewers": [
8+
"hrdtbs"
9+
],
610
"prConcurrentLimit": 2,
711
"major": {
8-
"stabilityDays": 7
12+
"minimumReleaseAge": "7 days"
913
},
1014
"minor": {
11-
"stabilityDays": 3
15+
"minimumReleaseAge": "3 days"
1216
},
1317
"patch": {
14-
"stabilityDays": 1,
18+
"minimumReleaseAge": "1 day",
1519
"automerge": true
1620
},
1721
"separateMinorPatch": true,
18-
"schedule": ["every weekday"],
22+
"schedule": [
23+
"every weekday"
24+
],
1925
"packageRules": [
2026
{
21-
"matchDatasources": ["golang-version"],
22-
"matchUpdateTypes": ["patch"],
27+
"matchDatasources": [
28+
"golang-version"
29+
],
30+
"matchUpdateTypes": [
31+
"patch"
32+
],
2333
"enabled": false
2434
},
2535
{
2636
"groupName": "High update frequency and low impact Node packages",
27-
"matchPackageNames": ["aws-cdk"],
28-
"schedule": ["after 12:00 on Monday"]
37+
"matchPackageNames": [
38+
"aws-cdk"
39+
],
40+
"schedule": [
41+
"after 12:00 on Monday"
42+
]
2943
},
3044
{
3145
"groupName": "High update frequency and low impact Go packages",
@@ -35,7 +49,9 @@
3549
"github.com/aws/aws-sdk-go",
3650
"github.com/aws/aws-sdk-go/awssdk/v2"
3751
],
38-
"schedule": ["after 12:00 on Monday"]
52+
"schedule": [
53+
"after 12:00 on Monday"
54+
]
3955
}
4056
]
4157
}

0 commit comments

Comments
 (0)