Skip to content

Commit 9bf6b59

Browse files
authored
chore: add minReleaseAge to renovate [SWC-1244] (#4232)
1 parent 517ce66 commit 9bf6b59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"labels": ["dependencies", "skip_vrt", "ready-for-review"],
1111
"rangeStrategy": "bump",
1212
"packageRules": [
13+
{
14+
"matchDatasources": ["npm"],
15+
"minimumReleaseAge": "1 month"
16+
},
1317
{
1418
"matchUpdateTypes": ["major"],
1519
"matchBaseBranches": ["main"],

0 commit comments

Comments
 (0)