We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a694 commit b50bcc4Copy full SHA for b50bcc4
renovate.json
@@ -1,17 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"timezone": "Asia/Tokyo",
4
- "extends": ["config:recommended"],
+ "extends": ["config:recommended", ":configMigration"],
5
"reviewers": ["hrdtbs"],
6
"prConcurrentLimit": 2,
7
"major": {
8
"stabilityDays": 7
9
},
10
"minor": {
11
- "stabilityDays": 3
+ "stabilityDays": 7
12
13
"patch": {
14
- "stabilityDays": 1,
+ "stabilityDays": 7,
15
"automerge": true
16
17
"separateMinorPatch": true,
0 commit comments