Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CircleCIGenerated ¶ added in v8.6.0
Types ¶
type Params ¶
type Params struct {
// Dir is the name of the directory where the files of the resource
// should be generated.
Dir string
// Interval to check for daily, weekly, or monthly updates (default: weekly).
Interval string
Language string
// CircleCIGenerated indicates the repo's .circleci/config.yml is generated
// by `devctl gen circleci`, which bakes in the giantswarm/architect orb
// version. When true, the generated Renovate config disables Renovate's
// architect orb updates so they stop fighting align-files regeneration.
CircleCIGenerated bool
}
Click to show internal directories.
Click to hide internal directories.