-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker-compose version (automatically) #4
Comments
While reading through Dependabot tickets I think, that one does not support it:
We need something else here, at least if we don't wanna wait forever for that feature appearing in Dependabot. |
The prominent role we borrow from here does not bump |
Question is: Do we need the external |
Then lets remove the external component from the role. One less thing to keep up to date. |
As far as I understood, docker compose v2 is a plugin now, which has to be installed separately. In the back of my head I remember someone questioned if both are compatible? But if we are currently not using it, we should just start over with v2 once a need rises again. |
Currently in defaults/main.yml there is
docker_compose_version: "1.27.4"
and that has to be updated once new releases are published. A bot should do that.The text was updated successfully, but these errors were encountered: