Categorygithub.com/thepwagner/action-update
repository
0.0.42
Repository: https://github.com/thepwagner/action-update.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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 implements updater.Factory sample
  • Write a main() that passes the environment to handlers.ParseAndHandle() sample

Implementations