Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseWorkflowYAML ¶
ParseWorkflowYAML attempts to parse a workflow YAML string and return structured data.
func RunEnumerate ¶
func RunEnumerate(client *github.Client, opts EnumOptions)
RunEnumerate performs the renovate enumeration with the given options.
Types ¶
type EnumOptions ¶
type EnumOptions struct {
GitHubURL string
GitHubToken string
Owned bool
Member bool
SearchQuery string
Fast bool
Dump bool
SelfHostedOptions []string
Page int
Repository string
Organization string
OrderBy string
ExtendRenovateConfigService string
}
EnumOptions contains all options for the renovate enum command.
Click to show internal directories.
Click to hide internal directories.