github dependabot configuration and simple demo
Github dependabot scans your repository for dependencies that are outdated, vulnerable package, run tests automatically and can even auto-merge if it is safe to do so.
It is different from CodeQL or CQL where CQL would do security code scanning for coding and vulnearabilities.
How to enable dependabot?
Goto your repository -> Settings -> Advanced Security -> under the tab Dependabot and then turn it on.
Comments