type Config struct {
Interval string Language 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
}