allow
constraints will evaluate direct dependencies for a package.
If any local dependency does not have tags that match a selector within the allow
array, then the constraint will fail.
allow
constraints are used to explicitly define which dependencies a package should have. They are helpful for defining a hierarchy of packages or creating workflows.
disallow
constraints, allow
constraints only apply to direct
dependencies.*
as a selector to allow all local dependencies.