Skip to content

Commit 5c74ac5

Browse files
committed
Add minimumReleaseAge option to renovate.json
1 parent 9c8f274 commit 5c74ac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"schedule": ["before 5am on the first day of the month"],
55
"prConcurrentLimit": 1,
66
"separateMajorMinor": false,
7+
"internalChecksFilter": "strict",
8+
"minimumReleaseAge": "3",
79
"packageRules": [
810
{
911
"matchUpdateTypes": ["major", "minor", "patch"],

0 commit comments

Comments
 (0)