github.com/jenkins-x/jx/v2@v2.1.155/pkg/dependencymatrix/updates.go (about)

     1  package dependencymatrix
     2  
     3  import v1 "github.com/jenkins-x/jx-api/pkg/apis/jenkins.io/v1"
     4  
     5  // DependencyUpdates is the struct for the file containing dependency updates
     6  type DependencyUpdates struct {
     7  	Updates []v1.DependencyUpdate `json:"updates"`
     8  }
     9  
    10  // DependencyUpdatesAssetName is the name of the asset used for the dependency updates file when uploading to the git provider
    11  const DependencyUpdatesAssetName = "dependency-updates.yaml"