Skip to content

Commit b5d23bb

Browse files
authored
adds grouped-update field to the model (#276)
1 parent 35deb52 commit b5d23bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/model/job.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Job struct {
2929
PackageManager string `json:"package-manager" yaml:"package-manager"`
3030
AllowedUpdates []Allowed `json:"allowed-updates" yaml:"allowed-updates,omitempty"`
3131
Debug bool `json:"debug" yaml:"debug,omitempty"`
32+
GroupedUpdate bool `json:"grouped-update" yaml:"grouped-update,omitempty"`
3233
DependencyGroups []Group `json:"dependency-groups" yaml:"dependency-groups,omitempty"`
3334
Dependencies []string `json:"dependencies" yaml:"dependencies,omitempty"`
3435
DependencyGroupToRefresh *string `json:"dependency-group-to-refresh" yaml:"dependency-group-to-refresh,omitempty"`

0 commit comments

Comments
 (0)