renovate

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL