You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
I want to run yarn install --frozen-lockfile by default to make sure no-one is messing with the lockfile when installing. After all, this is one of the reason for having dependabot :) I'm about to follow the advice here yarnpkg/yarn#4147 (comment): adding --install.frozen-lockfile true in my `.yarnrc.
I was wondering if dependabot would still work or will that prevent it from updating the lockfile as well?
The text was updated successfully, but these errors were encountered:
jraoult
changed the title
Would dependabot keep working with "frozen-lockfile" option on?
Would dependabot keep working with yarn's "frozen-lockfile" option on?
Oct 24, 2018
I want to run
yarn install --frozen-lockfile
by default to make sure no-one is messing with the lockfile when installing. After all, this is one of the reason for having dependabot :) I'm about to follow the advice here yarnpkg/yarn#4147 (comment): adding--install.frozen-lockfile true
in my `.yarnrc.I was wondering if dependabot would still work or will that prevent it from updating the lockfile as well?
The text was updated successfully, but these errors were encountered: