diff --git a/.renovaterc b/.renovaterc index 600d746..6f78101 100644 --- a/.renovaterc +++ b/.renovaterc @@ -4,15 +4,13 @@ "assignees": ["valentineus"], "rangeStrategy": "bump", "updateLockFiles": true, + "binarySource": "global", "packageRules": [ { "groupName": "all digest updates", "groupSlug": "all-digest", "matchUpdateTypes": ["minor", "patch", "pin", "digest"], - "matchPackageNames": ["*"] - }, - { - "matchManagers": ["npm"], + "matchPackageNames": ["*"], "postUpgradeTasks": { "commands": ["npm install"], "fileFilters": ["package.json"] @@ -24,4 +22,4 @@ "stabilityDays": 3, "postUpdateOptions": ["npmDedupe"] } -} +} \ No newline at end of file