diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 10:34:44 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 10:34:44 +0300 |
commit | 725ec5df89555749e0f9667162ed4a5bf9e7fd91 (patch) | |
tree | 20b7c05516644735ea0d489daa4035fddcb0cda7 /.renovaterc | |
parent | a6078cdf0bae289ac3ab9d063c41567863ec1fc2 (diff) | |
download | popov.link-725ec5df89555749e0f9667162ed4a5bf9e7fd91.tar.xz popov.link-725ec5df89555749e0f9667162ed4a5bf9e7fd91.zip |
Refined Renovate configuration by removing unnecessary parameters and simplifying package rules for improved clarity and efficiency.
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 |