I use third-party source code in my application. Is there an automated/semi-automated way to keep things up-to-date? I have tests to ensure functionality, however, integrating updates is currently a manual process and the third-party code is actively developed so there are frequent changes to the code base. I would like to know if there is anyway to minimize manual effort to integrate the updated source code into my repo.
I've tried searching on google for answers but haven't found anything specific. I am using Atlassian tools (JIRA, bitbucket etc.)