facebook / pyre-check

Performant type-checking for python.
https://pyre-check.org/
MIT License
6.79k stars 432 forks source link

Update dependabot.yml config to cover entire repo #859

Open Nick2bad4u opened 3 months ago

Nick2bad4u commented 3 months ago

Add Dependency Review Workflow

The Dependency Review Workflow enforces dependency reviews on your pull requests. The action scans for vulnerable versions of dependencies introduced by package version changes in pull requests, and warns you about the associated security vulnerabilities. This gives you better visibility of what's changing in a pull request, and helps prevent vulnerabilities being added to your repository.

Github Guide about Dependency Review Github Guide for Configuring Dependency Review Action

This PR updates the current dependabot.yml config to cover all areas of the repo along with new NPM, Docker, and pip updates. I set it to check weekly as was already in place on dependabot, and then grouped them by env. Some of the directories I added you may not want to scan depending on their use, feel free to remove those.