Automate Github Dependabot with Actions
Automate Github Dependabot with Actions Every so often I will get a notification that a project of mine has a dependabot alert. I usually fetch my code, run npm audit fix or pip install –upgrade, and commit my code. It can be automated. In this post I will show you Read more