mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 01:18:48 +03:00
Updated Renovate configuration to enable npm settings, added post-upgrade tasks for smoother dependency management, and refined command execution for package updates.
This commit is contained in:
13
.renovaterc
13
.renovaterc
@@ -9,5 +9,14 @@
|
|||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"matchPackageNames": ["*"]
|
"matchPackageNames": ["*"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"npm": {
|
||||||
|
"enabled": true,
|
||||||
|
"requireConfig": false,
|
||||||
|
"ignoreScripts": false
|
||||||
|
},
|
||||||
|
"postUpgradeTasks": {
|
||||||
|
"commands": ["npm install"],
|
||||||
|
"fileFilters": ["package.json"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user