Skip to content

Commit bbf9f9d

Browse files
chore(config): migrate config renovate.json
1 parent a690cb0 commit bbf9f9d

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

renovate.json

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,46 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"timezone": "Asia/Tokyo",
4-
"extends": ["config:recommended", ":configMigration"],
5-
"reviewers": ["hrdtbs"],
4+
"extends": [
5+
"config:recommended",
6+
":configMigration"
7+
],
8+
"reviewers": [
9+
"hrdtbs"
10+
],
611
"prConcurrentLimit": 2,
712
"major": {
8-
"stabilityDays": 7
13+
"minimumReleaseAge": "7 days"
914
},
1015
"minor": {
11-
"stabilityDays": 7
16+
"minimumReleaseAge": "7 days"
1217
},
1318
"patch": {
14-
"stabilityDays": 7,
19+
"minimumReleaseAge": "7 days",
1520
"automerge": true
1621
},
1722
"separateMinorPatch": true,
18-
"schedule": ["every weekday"],
23+
"schedule": [
24+
"every weekday"
25+
],
1926
"packageRules": [
2027
{
21-
"matchDatasources": ["golang-version"],
22-
"matchUpdateTypes": ["patch"],
28+
"matchDatasources": [
29+
"golang-version"
30+
],
31+
"matchUpdateTypes": [
32+
"patch"
33+
],
2334
"enabled": false
2435
},
2536
{
2637
"groupName": "High update frequency and low impact Node packages",
27-
"matchPackageNames": ["aws-cdk"],
28-
"schedule": ["after 12:00 on Monday"]
38+
"matchPackageNames": [
39+
"aws-cdk"
40+
],
41+
"schedule": [
42+
"after 12:00 on Monday"
43+
]
2944
},
3045
{
3146
"groupName": "High update frequency and low impact Go packages",
@@ -35,7 +50,9 @@
3550
"github.com/aws/aws-sdk-go",
3651
"github.com/aws/aws-sdk-go/awssdk/v2"
3752
],
38-
"schedule": ["after 12:00 on Monday"]
53+
"schedule": [
54+
"after 12:00 on Monday"
55+
]
3956
}
4057
]
4158
}

0 commit comments

Comments
 (0)