github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/docs/tutorials/config-dependencies.md (about) 1 --- 2 title: "Importing configuration as dependencies" 3 linkTitle: "Config Dependencies" 4 weight: 100 5 --- 6 7 Skaffold's [config dependencies]({{<relref "/docs/design/config#configuration-dependencies" >}}) feature allows you to import configurations defined across multiple `skaffold.yaml` files (even across repositories) into a single configuration as its dependencies. This helps more readily integrate Skaffold with multi-microservice and multi-repository applications. 8 9 For a guided Cloud Shell tutorial on setting up [local dependencies]({{<relref "/docs/design/config#local-config-dependency">}}), follow: 10 11 [](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/gsquared94/bank-of-anthos-demo&cloudshell_workspace=.&cloudshell_tutorial=tutorial.md) 12 13 For a guided Cloud Shell tutorial on setting up [remote git dependencies]({{<relref "/docs/design/config#remote-config-dependency">}}), follow: 14 15 [](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/gsquared94/skaffold-remote-configs-demo&cloudshell_workspace=.&cloudshell_tutorial=tutorial.md)