-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
Hey team,
I run a service that automatically creates PRs to keep composer.json
and composer.lock
files up-to-date. A user asked me whether the service could/should also update the symfony.lock
file when it updates dependencies, and I realised I wasn't sure.
I had a look for documentation on what the symfony.lock
file is for and read through this question and some of the docs on recipes, but I'm still uncertain whether a hosted service like Dependabot should be updating it.
My hunch is that services like Dependabot shouldn't update the symfony.lock
, because its role is to ensure that scripts only run once, and they wouldn't be running at all on Dependabot (we only update dependency-related files). Is that correct?
Metadata
Metadata
Assignees
Labels
No labels