Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
/ action-update Public archive

Build GitHub Actions that update dependencies.

License

Notifications You must be signed in to change notification settings

thepwagner/action-update

Repository files navigation

action-update

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