Hi, I want to write a plugin that updates the list of upstream projects (from a file output by my build) after each successful build. How can I do this? So far I found DependencyGraph.addDependency(), but it seems like this method doesn't persist the new settings anywhere. How can I persist my changes to the right config file? And what is the right config file? Thanks!