0

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.)

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249
codeLvr
  • 3
  • 4
  • The specific language normally matters for questions like this. Package managers is normally the term for relevant tools. There are various source control tricks like git submodules etc, but they are rarely a good idea, no matter how much they may sounds like what you need on paper. – Ruben Bartelink Apr 03 '23 at 13:56

0 Answers0