giorgi-o / SkinPeek

Awesome Valorant Discord bot to see your daily shop, night market, battlepass progression, and much more
GNU General Public License v3.0
195 stars 86 forks source link

Enable dependabot for automatic dependency updates #114

Closed robertjndw closed 1 month ago

robertjndw commented 1 month ago

This PR introduces a Dependabot configuration file to automate dependency updates. Dependabot helps keeping the dependencies up-to-date, ensuring everyone benefits from the latest features, bug fixes, and security patches.

Changes Introduced:

giorgi-o commented 1 month ago

Thanks for the PR!

This project only has 4 dependencies, one of which we are not not updating (node-cron) as the latest version introduces a memory leak while not adding any features useful to us.

I'm happy to give dependabot a go, though.