diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:20:03 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:20:03 +0300 |
commit | 5c89158bdbee1f7fb3210482b5cbbcab497cbd4b (patch) | |
tree | c43d6e4e9f00b65679e5f599680c1a9d4b3fe01d /renovate.json | |
parent | bff792581a7dc15935b6a49d57e714d13b5cd244 (diff) | |
download | popov.link-5c89158bdbee1f7fb3210482b5cbbcab497cbd4b.tar.xz popov.link-5c89158bdbee1f7fb3210482b5cbbcab497cbd4b.zip |
Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management.
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 650ac87..cbe369e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,6 @@ "extends": ["config:recommended", ":disableDependencyDashboard"], "assignees": ["valentineus"], "rangeStrategy": "bump", - "binarySource": "global", "npm": { "enabled": true, "ignoreScripts": false, |