Skip to content

Commit ec50c06

Browse files
authored
Add minimumReleaseAge setting for npm (#165)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 88d1c4d commit ec50c06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"matchPackageNames": ["husky", "lint-staged", "markdownlint*", "globals"],
2020
"groupName": "linters"
21+
},
22+
{
23+
"matchDatasources": ["npm"],
24+
"minimumReleaseAge": "3 days"
2125
}
2226
]
2327
}

0 commit comments

Comments
 (0)