Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Would dependabot keep working with yarn's "frozen-lockfile" option on? #227

Closed
jraoult opened this issue Oct 24, 2018 · 4 comments
Closed

Comments

@jraoult
Copy link

jraoult commented 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?

@jraoult 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
@greysteil
Copy link
Contributor

Good question. If it doesn't then it definitely should. I'll double check for you, but will have it working either way within the hour.

@greysteil
Copy link
Contributor

Can confirm that Dependabot will continue to work just fine with that setup. ✌️

@greysteil
Copy link
Contributor

(And for good measure, I've just added a test, so you can be sure this won't break in future. dependabot/dependabot-core@6573b80.)

@jraoult
Copy link
Author

jraoult commented Oct 24, 2018

@greysteil many thanks for your reactivity, this is splendid news

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants