taichi / actions-package-update

keeps npm dependencies up-to-date by making pull requests from GitHub Actions or CI.
64 stars 12 forks source link

fix(node-version-control): exclude required files from .dockerignore and pass input args to ncu #20

Closed Ghustavh97 closed 3 years ago

Ghustavh97 commented 3 years ago

.dockerignore

Add missing files that are required by the build and test packages when we run npm or yarn prebublish when our repository is checkedout.

docker/entrypoint.sh

Pass input arguments to actions-package-update that will be needed by ncu (node-check-update)

entrypoint.sh

Add a comment to why we are passing ${INPUT_ARGS} to docker run

Test: https://github.com/Ghustavh97/actions-package-update/runs/1925031392?check_suite_focus=true Pull Request Created: https://github.com/Ghustavh97/actions-package-update/pull/3