diff options
Diffstat (limited to '.renovaterc')
| -rw-r--r-- | .renovaterc | 16 | 
1 files changed, 2 insertions, 14 deletions
| diff --git a/.renovaterc b/.renovaterc index 6f78101..6ee9175 100644 --- a/.renovaterc +++ b/.renovaterc @@ -2,24 +2,12 @@    "$schema": "https://docs.renovatebot.com/renovate-schema.json",    "extends": ["config:recommended", ":disableDependencyDashboard"],    "assignees": ["valentineus"], -  "rangeStrategy": "bump", -  "updateLockFiles": true, -  "binarySource": "global",    "packageRules": [      {        "groupName": "all digest updates",        "groupSlug": "all-digest",        "matchUpdateTypes": ["minor", "patch", "pin", "digest"], -      "matchPackageNames": ["*"], -      "postUpgradeTasks": { -        "commands": ["npm install"], -        "fileFilters": ["package.json"] -      } +      "matchPackageNames": ["*"]      } -  ], -  "npm": { -    "enabled": true, -    "stabilityDays": 3, -    "postUpdateOptions": ["npmDedupe"] -  } +  ]  }
\ No newline at end of file | 
