Skip to content

Commit b4cc20e

Browse files
Migrate Renovate config (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5233144 commit b4cc20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":semanticCommitsDisabled"],
3+
"extends": ["config:recommended", ":semanticCommitsDisabled"],
44
"labels": ["dependencies"],
55
"rebaseWhen": "conflicted",
66
"automerge": true,
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"matchDatasources": ["npm"],
14-
"stabilityDays": 3
14+
"minimumReleaseAge": "3 days"
1515
}
1616
],
1717
"schedule": ["on the first day of the month"]

0 commit comments

Comments
 (0)