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

Latest commit

 

History

History
16 lines (12 loc) · 1002 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 1002 Bytes

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