Skip to content

Fix dependabot docker-compose configuration #13356

Description

@mmmarcos

Dependabot's docker-compose updates are not working.

This is because the file is named parsec-server.docker.yaml, but the dependabot requires the file to be named something like docker-compose*.yml (see docker/lib/dependabot/docker_compose/file_fetcher.rb#L9). There are requests for relaxing the regex, but it seems that the (docker-)compose prefix would still be kept.

So, the easiest fix would be to rename the file something like:

docker-compose.parsec-server.yaml

/!\ There are many references to this file in the docs.

Once changed, you can check if dependabot config is working from the following link:
https://github.com/Scille/parsec-cloud/network/updates

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-DocsArea: DocumentationI-CICDImpact: CI/CD, automated stuff on this repogood first issueGood for newcomers

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions