DEV Community

Cover image for Get Notified When Package Dependencies Release An Update ๐Ÿš€
Mohammed Mudassir
Mohammed Mudassir

Posted on

Get Notified When Package Dependencies Release An Update ๐Ÿš€

Problem
Keeping package dependencies up-to-date is quite important as it contains bug fixes, improvements & security updates but it gets quite hectic when the project is growing with more dependencies & keeping track of each package release is time-consuming.

What if there was a way to get notified automatically when a package has released a new update & based on its release notes you can decide whether to update the package under your dependencies or leave it as it is.

Introducing Bonditore

Banditore retrieves new releases from your starred GitHub repositories and generates an Atom feed with them & its completely free.

Account Setup
Star the repositories whose updates are important for you then create an account in Banditore using your Github ( make sure its the same account using which youโ€™ve starred the repoโ€™s)
starrting the repo

Once the login is successful, reload the page and it will show you the latest releases & if doesnโ€™t show then logout and log back in.
dashboard

Notification Setup
Copy the feed link which Banditore provides in the dashboard and then install RSS Feed Reader extension in your browser. Once the installation is done setup the extension by going to its settings page & paste the feed link inside the search field and click search.

Feed link update

Once the search is complete it will show the feed info, Click on follow and its going to pop up the feed settings so setup it up as per your preference.
saving feed link
feed settings

Now sit back and relax, When a new release / tag is available, youโ€™ll know it right away & when you click of any of the feed update it will redirect you to the official github release page which contains the release notes.

Feeds update

Helpful Links
https://bandito.re/
https://github.community/t/rss-feeds-for-github-projects/292/2

Top comments (0)