Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct {
Interval string
Language string
// Reviewers is baked into the generated config's top-level `reviewers`
// array. Empty omits the key.
Reviewers []string
// CircleCIGenerated, when true, disables Renovate's giantswarm/architect orb
// updates because the repo's .circleci/config.yml (and the orb version it
// pins) is generated by `devctl gen circleci`.
CircleCIGenerated bool
}
Click to show internal directories.
Click to hide internal directories.