Skip to content

Commit b50bcc4

Browse files
chore(deps): update renovate.json stability and add configMigration
Co-Authored-By: ✹💤 <[email protected]>
1 parent 568a694 commit b50bcc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"timezone": "Asia/Tokyo",
4-
"extends": ["config:recommended"],
4+
"extends": ["config:recommended", ":configMigration"],
55
"reviewers": ["hrdtbs"],
66
"prConcurrentLimit": 2,
77
"major": {
88
"stabilityDays": 7
99
},
1010
"minor": {
11-
"stabilityDays": 3
11+
"stabilityDays": 7
1212
},
1313
"patch": {
14-
"stabilityDays": 1,
14+
"stabilityDays": 7,
1515
"automerge": true
1616
},
1717
"separateMinorPatch": true,

0 commit comments

Comments
 (0)