repository
0.0.42
Repository: https://github.com/thepwagner/action-update.git
Documentation: pkg.go.dev
# README
action-update
This is not endorsed by or associated with GitHub, Dependabot, etc.
Golang toolkit for building GitHub Actions that analyze and perform dependency updates.
To build an update action:
- Implement the Updater interface.
- Extend
updateaction.Environment
into a struct that implementsupdater.Factory
sample - Write a
main()
that passes the environment tohandlers.ParseAndHandle()
sample