diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 10:29:14 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 10:29:14 +0300 |
commit | a6078cdf0bae289ac3ab9d063c41567863ec1fc2 (patch) | |
tree | 52a0d09b067e322b429e7c419f0801880a195f6a | |
parent | b7005555c70b098dcdca1b1e32c95e5af6cec01c (diff) | |
download | popov.link-a6078cdf0bae289ac3ab9d063c41567863ec1fc2.tar.xz popov.link-a6078cdf0bae289ac3ab9d063c41567863ec1fc2.zip |
Updated Renovate configuration to include binary source setting, streamlining dependency management and enhancing package update processes.
-rw-r--r-- | .renovaterc | 8 |
1 files changed, 3 insertions, 5 deletions
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 |