Changing Project's Update Strategy (Version Pinning)
You can stop a project from updating by changing its update strategy to NONE
.
To do that, you can use the pakku cfg prj
command:
pakku cfg prj <projects>... -u none
java -jar pakku.jar cfg prj <projects>... -u none
Or you can change it manually using the config file:
{
"projects": {
"<project>": {
"update_strategy": "NONE"
}
}
}
Last modified: 25 April 2025