diff --git a/.npmrc b/.npmrc index eede9202..ad9e2c72 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -registry=https://registry.npmjs.com/ \ No newline at end of file +registry=https://registry.npmjs.com/ +minimummin-release-age=3 diff --git a/renovate.json b/renovate.json index 9995802c..f160093b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] -} \ No newline at end of file + "prConcurrentLimit": 4, + "reviewers": ["pyrooka", "diatrcz", "Andris28"], + "extends": ["config:recommended", "security:minimumReleaseAgeNpm"] +}