Clarify purpose of `dependencies`
What does this MR do?
Clarifies the purpose of the dependencies
configuration property to make it clear that this property's purpose is to limit what artifacts are passed between jobs. By default, all artifacts are passed.
I initially assumed this property was necessary to allow artifacts to be passed between jobs.