# 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
Implementations
# Packages
Package actions decodes the Actions context to interpret the user's intent and act.
No description provided by the author
Package repo abstracts Git/GitHub.
Package updater is general logic for analyzing and updating a source project's dependencies.
No description provided by the author
No description provided by the author