Hello I reading the documentation on bitbucket pipelines about the precedence for definitions between 2 repositories. https://support.atlassian.com/bitbucket-cloud/docs/share-pipelines-configurations/
I can see we always take them from the exporting repository and not the importing repository. However is there a way we can use the definition from the importing repository and not the exporting repository. For example if I define a node image of 18.0.0 on the exporting repository and a node image of 20.0.0 on the importing repository currently it will use node 18.0.0 not 20.0.0 I would like to use 20.0.0
Thanks