Skip to content
Discussion options

You must be logged in to vote

Thank you for trying it out so quickly!

I think that the lock file should not be updated when frozen: true is set. This is because it indicates that whoever does not want to update the lock file, regardless of the user's machine or CI environment, such as Renovate.

In this case, deno install --frozen is the desired behaviour that Renovate should execute operations according to the input in the deno.json file.

Package managers usually update lock files automatically regardless of Deno. It often provides an option to freeze lock files in their commands to prevent unintended dependencies from being introduced in CI. So, very few package managers have a property in their configuration file th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 5ouma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants