<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Roy Ben Yosef</title>
    <description>The latest articles on DEV Community by Roy Ben Yosef (@roybenyoseftm).</description>
    <link>https://dev.to/roybenyoseftm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F522616%2F3024e279-139c-4148-8cd3-9be6cc76ba4c.png</url>
      <title>DEV Community: Roy Ben Yosef</title>
      <link>https://dev.to/roybenyoseftm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roybenyoseftm"/>
    <language>en</language>
    <item>
      <title>What is your 3rd party dependencies update strategy in big projects?</title>
      <dc:creator>Roy Ben Yosef</dc:creator>
      <pubDate>Sun, 29 Nov 2020 09:49:32 +0000</pubDate>
      <link>https://dev.to/roybenyoseftm/what-is-your-3rd-party-dependencies-update-strategy-in-big-projects-2k73</link>
      <guid>https://dev.to/roybenyoseftm/what-is-your-3rd-party-dependencies-update-strategy-in-big-projects-2k73</guid>
      <description>&lt;p&gt;I am trying to get some input from people working on large projects with many devs involved, about how do you manage your 3rd party dependencies.&lt;br&gt;
Let me be more specific:&lt;br&gt;
Let’s say that in our organization we are working on several big projects, some are infrastructure projects that are consumed and used by other projects.&lt;br&gt;
Naturally, all projects have 3rd party dependencies and you need to update them at some point.&lt;br&gt;
What is your strategy?&lt;br&gt;
The considerations are (if you have other, please do tell):&lt;/p&gt;

&lt;p&gt;security - you don’t want to stay with old versions&lt;br&gt;
same but simply to get the latest bug fixes and updates&lt;br&gt;
you might break often if you keep updating every build for example&lt;br&gt;
when you update your infra projects, you might break your depending projects that are using you as a dependency.&lt;br&gt;
What is your strategy?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You do something automatic like dependabot? &lt;/li&gt;
&lt;li&gt;Do you update each time you build and handle breakage as it occur?&lt;/li&gt;
&lt;li&gt;Do you have a “scheduled event” for updating libraries? if so, how often?&lt;/li&gt;
&lt;li&gt;You only update when something demands it (security alert, required feature, another library requires it, etc…)
Something else?
Thanks!&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>watercooler</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
