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

# 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

# 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