-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support docker for GitHub Actions #2307
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Noel Georgi <git@frezbo.com>
Signed-off-by: Noel Georgi <git@frezbo.com>
I did a code cleanup in the second commit, if it's the right direction, I can now think of fixing/adding specs and also update the |
Hi @frezbo , I'd love to see this code merged. Do you know if there is any open issue open about it as well? |
👋 Thanks, and sorry for the horribly slow reply from the team. We're just now starting to catchup on some of the backlog that we couldn't get to while transitioning to GitHub's infra. I appreciate the PR, but new ecosystem support is on pause for now (and has been for a while). Once we're ready to accept new ecosystems, then we'll be ready to have more discussions on this. We've also explored the idea of making Dependabot pluggable to support community contributions, but a number of bits are still unclear, so no idea if / when that might ship. |
@jeffwidman there is one aspect here: github actions are as internal to github as they can be, so adding support for github own stuff,.... should maybe be a priority? Maybe it was not before the acquisition, but now? |
@abdulapopoola @JamieMagee any update on this now that new ecosystems are accepted again as of #8844? |
This is mostly some hacks I did to get
docker
dependency update support forgithub-actions
. Due to the way the current code is organized it seems harder to use the existingdocker
package_manager. Are we going to support some kind of sub-dependecy forgithub-actions
type?Fix #5541
DO NOT MERGE