mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
Update Renovate configuration by removing 'binarySource' from JSON file and adding it to CJS file for consistent package source management.
This commit is contained in:
@ -3,4 +3,5 @@ module.exports = {
|
|||||||
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
|
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
platform: "gitea",
|
platform: "gitea",
|
||||||
|
binarySource: "global",
|
||||||
};
|
};
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
||||||
"assignees": ["valentineus"],
|
"assignees": ["valentineus"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"binarySource": "global",
|
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"ignoreScripts": false,
|
"ignoreScripts": false,
|
||||||
|
Reference in New Issue
Block a user