Custom content dependencies for Umbraco deploy

For my package, I want to add a dependency whenever a content item is queued. So, if someone queues content item: “Home”, then I also want to attach my SEO values to the queue. Looking at the documentation, I only see it possible the other way around as I am unable to edit the content connector in the Deploy code. Judging from the documentation, I see no way to do this. Maybe there is a notification that I could use?

My SEO values aren’t available in a certain tree, they are in a different database table linked through a foreign key constraint.

Hi Patrick! It’s currently indeed not possible to add your own custom data/dependencies to existing Deploy artifacts, although we are looking into adding support for this, see: Extend existing artifacts with additional dependencies · umbraco/Umbraco.Deploy.Issues · Discussion #320 · GitHub .

Ah, that is a shame to hear. Anything I might be able to help with in order to speed it up?