Skip to content

Commit 914199a

Browse files
authored
chore: add minReleaseAge to renovate [SWC-1244] (#4233)
1 parent da128d6 commit 914199a

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
@@ -9,6 +9,10 @@
99
],
1010
"labels": ["dependencies", "skip_vrt", "ready-for-review"],
1111
"packageRules": [
12+
{
13+
"matchDatasources": ["npm"],
14+
"minimumReleaseAge": "1 month"
15+
},
1216
{
1317
"matchUpdateTypes": ["major"],
1418
"matchBaseBranches": ["main"],

0 commit comments

Comments
 (0)