Skip to content

Commit 3e488bf

Browse files
committed
Add cooldown time for rennovate
1 parent f3d719a commit 3e488bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"matchDatasources": ["npm"],
77
"matchUpdateTypes": ["minor", "patch"],
88
"groupName": "all non major npm update",
9-
"prPriority": 10
9+
"prPriority": 10,
10+
"minimumReleaseAge": "3 days"
1011
},
1112
{
1213
"matchPackageNames": ["@types/express"],
13-
"allowedVersions": ">=4.17.17"
14+
"allowedVersions": ">=4.17.17",
15+
"minimumReleaseAge": "3 days"
1416
}
1517
],
1618
"rangeStrategy": "bump",

0 commit comments

Comments
 (0)