Dependabot: Get Slack notifications using GitHub Actions
Dependabot and Github working together Dependabot is a tool integrated with GitHub which allows us to automate analysis and updates of dependencies in our projects. It works by analyzing dependency files in our projects and verifying that no newer versions exist in the official repositories. Then, it creates automated Pull Requests (PRs) for dependencies out-of-date.Dependabot works in three ways:1. Listing vulnerabilities in the dependencies used in a project.2. Creating PRs for solving these v