Documentation
¶
Index ¶
Constants ¶
View Source
const ( CustomType = "regex" Description = "Update toolbox tools in Makefile" FileMatch = "^Makefile$" MatchString = "# renovate: packageName=(?<packageName>.+?)\\s+.+?_VERSION \\?= (?<currentValue>.+?)\\s" DatasourceTemplate = "go" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomManager ¶
type CustomManager struct {
CustomType string `json:"customType"`
Description string `json:"description"`
FileMatch []string `json:"fileMatch"`
MatchStrings []string `json:"matchStrings"`
DatasourceTemplate string `json:"datasourceTemplate"`
}
func Config ¶
func Config() CustomManager
func (*CustomManager) IsToolbox ¶
func (m *CustomManager) IsToolbox() bool
func (*CustomManager) UpdateParams ¶
func (m *CustomManager) UpdateParams()
type CustomManagers ¶
type CustomManagers []CustomManager
Click to show internal directories.
Click to hide internal directories.