renovate

package
v0.4.10 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CustomType            = "regex"
	DescriptionDeprecated = "Update toolbox tools in Makefile"
	Description           = "Update toolbox tools in .toolbox.mk"
	FileMatch             = `^\.toolbox\.mk$`
	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