Skip to content

Commit 9ad31cb

Browse files
committed
chore: enable renovate minimum release age for npm
1 parent 66b247d commit 9ad31cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3-
extends: ['config:js-lib'],
3+
extends: ['config:js-lib', 'security:minimumReleaseAgeNpm'],
44
// only 1 PR at the same time (to avoid cascading rebase)
55
prConcurrentLimit: 1,
66
// auto-merge if build is OK

0 commit comments

Comments
 (0)