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 5233144 commit b4cc20eCopy full SHA for b4cc20e
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base", ":semanticCommitsDisabled"],
+ "extends": ["config:recommended", ":semanticCommitsDisabled"],
4
"labels": ["dependencies"],
5
"rebaseWhen": "conflicted",
6
"automerge": true,
@@ -11,7 +11,7 @@
11
},
12
13
"matchDatasources": ["npm"],
14
- "stabilityDays": 3
+ "minimumReleaseAge": "3 days"
15
}
16
],
17
"schedule": ["on the first day of the month"]
0 commit comments