I have a composer.json file which contains a number of dependencies as Git repositories. I have a Jenkins server running on AWS. Now what I actually want is to trigger Jenkins Pipeline whenever a pull request is merged in any of those dependencies defined in composer.json file.
Should I have to create a trigger in each repo's settings or is there a better way? Suggestions will be appreciable.
Thanks