# How Patch My PC Cloud Update Rings Affect Dependencies

*Applies to: Patch My PC Cloud*

If your deployments are using [App Dependencies](/patch-my-pc-cloud/deployments/deploy-app/configurations-tab/additional-tools/dependencies.md) and both the deployments for the child and parent apps have Update Rings enabled, the following behavior occurs:

* Each version of an app for the child deployment with update rings enabled must depend on the parent app with the version related to the last ring of the parent deployment.
* When the last ring of the parent app is updated to a new version, we also move over the dependencies associated with the last ring.
* If Update Rings are disabled for the parent app, we rebuild the dependency with the app that used to be Ring 1, with the lowest delay/the latest version.
* If the delay for the ring with the oldest version is decreased and this ring becomes the ring with the newest version, we will delete the previous dependency and build the dependency with the app that, after editing, has the oldest version.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/deployments/update-rings/dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
