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
Dependabot's
docker-composeupdates are not working.This is because the file is named
parsec-server.docker.yaml, but the dependabot requires the file to be named something likedocker-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-)composeprefix would still be kept.So, the easiest fix would be to rename the file something like:
/!\ 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