Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotInGitRoot = errors.New("Must be executed in root of git repo")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Version int Updates []Dependency }
func Render ¶
func Render(matchedPaths MatchedPaths) Config
type Dependabot ¶
type Dependency ¶
type Filter ¶
type Filter interface {
Filter(paths []string) MatchedPaths
}
type MatchedPaths ¶
type Renderer ¶
type Renderer func(paths MatchedPaths) Config
Click to show internal directories.
Click to hide internal directories.