We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35deb52 commit b5d23bbCopy full SHA for b5d23bb
internal/model/job.go
@@ -29,6 +29,7 @@ type Job struct {
29
PackageManager string `json:"package-manager" yaml:"package-manager"`
30
AllowedUpdates []Allowed `json:"allowed-updates" yaml:"allowed-updates,omitempty"`
31
Debug bool `json:"debug" yaml:"debug,omitempty"`
32
+ GroupedUpdate bool `json:"grouped-update" yaml:"grouped-update,omitempty"`
33
DependencyGroups []Group `json:"dependency-groups" yaml:"dependency-groups,omitempty"`
34
Dependencies []string `json:"dependencies" yaml:"dependencies,omitempty"`
35
DependencyGroupToRefresh *string `json:"dependency-group-to-refresh" yaml:"dependency-group-to-refresh,omitempty"`
0 commit comments