Setup process/automation to bump hub/api package dependencies #188
Labels
area/plumbing
Issues or PRs related to the plumbing infrastructure but needing attention in a non-plumbing repo.
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/frozen
It seems like
hub/api
wasn't keeping it's dependencies up to date ie. bumpingtektoncd/pipeline
see: 6402cc3
I've dropped
require
directives for k8s deps across tekton but for updates to get picked up it needs all ancestor dependencies to regularly bump.Given that the
hub/api
package is imported by thecli
we should regularly keep dependencies up to date. Specifically that means something should bumpgithub.com/tektoncd/pipeline
and everything else will follow.The text was updated successfully, but these errors were encountered: