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.
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.
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.