Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultRenovateServerConfigFile = "/etc/renovate-server/config.yaml" DefaultWebhookListenAddress = ":8080" DefaultSchedulingDelay = 60 * time.Second )
nolint:revive
View Source
const ( DefaultRenovateImage = "docker.io/renovate/renovate:latest" DefaultRenovateImagePullPolicy = "Always" )
Renovate config
View Source
const (
AnnotationRenovateRepos = "renovate.arhat.dev/repos"
)
nolint:revive
View Source
const (
ContextKeyConfig = ContextKey("config")
)
nolint:revive
View Source
const (
DefaultGitHubAPIBaseURL = "https://api.github.com/"
)
GitHub Defaults
View Source
const (
DefaultGitLabAPIBaseURL = "https://gitlab.com/"
)
GitLab Defaults
View Source
const (
LabelRenovateRepo = "renovate.arhat.dev/repo"
)
nolint:revive
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
Click to show internal directories.
Click to hide internal directories.