Skip to content

Approach to keeping symfony.lock up-to-date #408

@greysteil

Description

@greysteil

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions