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

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